3 files changed
+13
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Submodule hiredis-cluster updated 32 files
- .github/dependabot.yml+11
- .github/workflows/ci.yml+30-25
- .github/workflows/coverity.yml+5-2
- .github/workflows/db-compatibility.yml+103
- .github/workflows/redis_compability.yml-57
- CHANGELOG.md+21
- CMakeLists.txt+6-6
- README.md+26
- cmddef.h+7-4
- command.c+37-17
- examples/src/CMakeLists.txt+5
- examples/src/clientside_caching_async.c+167
- examples/src/example_async.c+2-2
- examples/using_cmake_and_make_mixed/build.sh+1-1
- examples/using_cmake_externalproject/CMakeLists.txt+1-1
- examples/using_cmake_separate/build.sh+1-1
- examples/using_make/build.sh+1-1
- gencommands.py+153-38
- hircluster.c+114-30
- hircluster.h+25-2
- tests/CMakeLists.txt+31-7
- tests/clusterclient_async.c+37-4
- tests/clusterclient_reconnect_async.c+2-2
- tests/ct_async.c+18
- tests/ct_connection.c+4-18
- tests/scripts/client-disconnect-test.sh+75
- tests/scripts/client-disconnect-without-slotmap-update-test.sh+104
- tests/scripts/slots-not-served-test-async.sh+67
- tests/scripts/slots-not-served-test.sh+76
- tests/scripts/valkey-cluster+40
- tests/ut_parse_cmd.c+44
- win32.h+4
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
236 | 247 |
| |
237 | 248 |
| |
238 | 249 |
| |
|
0 commit comments