Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b2d2d91
feat(routing): add internal request/response policy enums
ofekshenawa May 14, 2025
b943692
feat: load the policy table in cluster client (#4)
ofekshenawa May 20, 2025
5375c51
modify Tips and command pplicy in commandInfo (#5)
ofekshenawa May 20, 2025
294be25
centralize cluster command routing in osscluster_router.go and refact…
ofekshenawa Jun 30, 2025
9cffa79
remove thread debugging code
ofekshenawa Jun 30, 2025
9f6f2c9
remove thread debugging code && reject commands with policy that cann…
ofekshenawa Jul 4, 2025
9087c21
refactor processPipline and cmdType enum
ofekshenawa Jul 4, 2025
7ce5f78
remove FDescribe from cluster tests
ofekshenawa Jul 4, 2025
4780dd8
Add tests
ofekshenawa Jul 6, 2025
7d80b8a
fix aggregation test
ofekshenawa Jul 6, 2025
d70bf76
fix mget test
ofekshenawa Jul 6, 2025
9a64190
fix mget test
ofekshenawa Jul 6, 2025
c45ed9b
remove aggregateKeyedResponses
ofekshenawa Jul 6, 2025
ae268a6
added scaffolding for the req-resp manager
htemelski-redis Oct 8, 2025
39e578a
added default policies for the search commands
htemelski-redis Oct 8, 2025
c4dd3d5
split command map into module->command
htemelski-redis Oct 8, 2025
ded8eb2
cleanup, added logic to refresh the cache
htemelski-redis Oct 9, 2025
b2a0f1b
added reactive cache refresh
htemelski-redis Oct 9, 2025
b7e0bf6
revert cluster refresh
htemelski-redis Oct 9, 2025
2f08a82
fixed lint
htemelski-redis Oct 9, 2025
5b0e0b1
addresed first batch of comments
htemelski-redis Oct 10, 2025
4e25c3e
rewrote aggregator implementations with atomic for native or nearnati…
htemelski-redis Oct 12, 2025
b945fbd
addressed more comments, fixed lint
htemelski-redis Oct 13, 2025
06dfd2c
added batch aggregator operations
htemelski-redis Oct 14, 2025
bd5386f
fixed lint
htemelski-redis Oct 14, 2025
a402e47
updated batch aggregator, fixed extractcommandvalue
htemelski-redis Oct 14, 2025
4267f7c
fixed lint
htemelski-redis Oct 14, 2025
41c4a43
added batching to aggregateResponses
htemelski-redis Oct 14, 2025
77e25b6
fixed deadlocks
htemelski-redis Oct 14, 2025
23b35be
changed aggregator logic, added error params
htemelski-redis Oct 15, 2025
4801633
added preemptive return to the aggregators
htemelski-redis Oct 15, 2025
4143e53
more work on the aggregators
htemelski-redis Oct 15, 2025
212619b
updated and and or aggregators
htemelski-redis Oct 16, 2025
024339a
fixed lint
htemelski-redis Oct 16, 2025
f4cb0f5
added configurable policy resolvers
htemelski-redis Oct 17, 2025
20392b3
slight refactor
htemelski-redis Oct 17, 2025
1ad51cd
removed the interface, slight refactor
htemelski-redis Oct 17, 2025
30c0c63
change func signature from cmdName to cmder
htemelski-redis Oct 17, 2025
5a510cf
added nil safety assertions
htemelski-redis Oct 20, 2025
14dde5c
few small refactors
htemelski-redis Oct 21, 2025
b72becc
added read only policies
htemelski-redis Oct 27, 2025
731505b
removed leftover prints
htemelski-redis Oct 29, 2025
888f791
Rebased to master, resolved comnflicts
htemelski-redis Oct 30, 2025
cd74db0
fixed lint
htemelski-redis Oct 30, 2025
68f7af8
updated gha
htemelski-redis Oct 30, 2025
5c447f9
fixed tests, minor consistency refactor
htemelski-redis Oct 30, 2025
86c73a0
preallocated simple errors
htemelski-redis Oct 30, 2025
79b3cf6
Merge branch 'master' into load-balance-search-commands-to-shards
htemelski-redis Oct 31, 2025
71262ec
changed numeric aggregators to use float64
htemelski-redis Oct 31, 2025
79fd0cf
speculative test fix
htemelski-redis Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ runs:
RE_CLUSTER: "false"
run: |
make test.ci
shell: bash
shell: bash
Loading
Loading