antirez
|
7c6b8ec6fa
DEBUG embstr-classes added.
|
10 years ago |
antirez
|
19f735ce42
Use a free list for EMBSTR objects creation / release.
|
10 years ago |
antirez
|
0b0f872f3f
REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.
|
10 years ago |
antirez
|
76c31d425e
Scripting test: check that Lua can call commands rewirting argv.
|
10 years ago |
antirez
|
088b9eadc4
Test: handle new osx 'leaks' error.
|
10 years ago |
antirez
|
4f686555ce
Scripting: objects caching for Lua c->argv creation.
|
10 years ago |
antirez
|
1e4ba6e7e6
Scripting: Use faster API for Lua client c->argv creation.
|
10 years ago |
antirez
|
76fda9f8e1
Scripting: don't call lua_gc() after Lua script run.
|
10 years ago |
antirez
|
48c49c4851
Scripting: cache argv in luaRedisGenericCommand().
|
10 years ago |
antirez
|
3318b74705
Fixed missing c->bufpos reset in luaRedisGenericCommand().
|
10 years ago |
antirez
|
c49955fd77
Scripting: replace tolower() with faster code in evalGenericCommand().
|
10 years ago |
antirez
|
0ef4f44c5a
Scripting: luaRedisGenericCommand() fast path for buffer-only replies.
|
10 years ago |
antirez
|
8226be61ec
Define HAVE_ATOMIC for clang.
|
10 years ago |
antirez
|
40abeb1f40
Scripting: simpler reply buffer creation in luaRedisGenericCommand().
|
10 years ago |
antirez
|
1c130c6b03
Test: cluster/base, check that we can write/read from cluster.
|
10 years ago |
antirez
|
3bc119c155
Cluster: Tcl cluster client: handle MOVED/ASK.
|
10 years ago |
antirez
|
fcd2065f8e
Cluster: Tcl cluster client: slots-nodes map and close method.
|
10 years ago |
antirez
|
5344357f80
Cluster: Tcl cluster client: build nodes representation.
|
10 years ago |
antirez
|
8b7e23bdde
Cluster: Tcl cluster client: get nodes description.
|
10 years ago |
antirez
|
bc8ea04a7d
Cluster: Tcl cluster client key -> hashslot.
|
10 years ago |
antirez
|
e8357d0f85
Cluster test: Tcl cluster library initial skeleton.
|
10 years ago |
antirez
|
1db45ba58c
Cluster test: check for state=ok after slot allocation.
|
10 years ago |
antirez
|
11d9ecb71d
CLUSTER SET-CONFIG-EPOCH implemented.
|
10 years ago |
antirez
|
7b5ce1ffb1
Cluster test: slots allocation.
|
10 years ago |
antirez
|
4a3db25504
Cluster test: use 20 instances.
|
10 years ago |
antirez
|
e8631a6991
Cluster / Sentinel test: instances count moved to run.tcl.
|
10 years ago |
antirez
|
9e422f74a6
Cluster test: config epoch conflict resolution.
|
10 years ago |
antirez
|
2c55622333
Cluster test: auto-discovery to form full mesh.
|
10 years ago |
antirez
|
2555b2f4bd
Cluster test: check that every node has a different ID.
|
10 years ago |
antirez
|
e1b129811a
Cluster test: basic cluster nodes info access functions.
|
10 years ago |