antirez
|
0bcc7cb4bf
CLIENT LIST speedup via peerid caching + smart allocation.
|
10 years ago |
antirez
|
f9a4a80f49
Use sdscatfmt() in getClientInfoString() to make it faster.
|
10 years ago |
antirez
|
2d76736a2e
Added new sdscatfmt() %u and %U format specifiers.
|
10 years ago |
antirez
|
53575c4708
sdscatfmt() added to SDS library.
|
10 years ago |
antirez
|
93e7a130fc
Test: fixed scripting.tcl test false positive.
|
10 years ago |
antirez
|
e29d330724
Process events with processEventsWhileBlocked() when blocked.
|
10 years ago |
antirez
|
3a3458ee7b
Accept multiple clients per iteration.
|
10 years ago |
antirez
|
cac4bae11a
AE_ERR -> ANET_ERR in acceptUnixHandler().
|
10 years ago |
antirez
|
c3f85c0107
Redis Cluster test framework skeleton.
|
10 years ago |
antirez
|
7d9b45b4a1
While ANET_ERR is -1, check syscall retval for -1 itself.
|
10 years ago |
antirez
|
e3cf812c9e
clusterLoadConfig() REDIS_ERR retval semantics refined.
|
10 years ago |
antirez
|
db06108bc1
Lock nodes.conf to avoid multiple processes using the same file.
|
10 years ago |
antirez
|
897adc1c8c
Sentinel test files / directories layout improved.
|
10 years ago |
antirez
|
e6b6813656
Test: spawn_instance now supports additional config.
|
10 years ago |
Salvatore Sanfilippo
|
32c917964e
Merge pull request #1677 from mattsta/expire-before-delete
|
10 years ago |
Kevin Menard
|
12e435d2a4
Fixed typos.
|
10 years ago |
Glauber Costa
|
7dd4432798
fix null pointer access with no file pointer
|
10 years ago |
Salvatore Sanfilippo
|
e0918a332d
Merge pull request #1701 from kingsumos/node_description
|
10 years ago |
antirez
|
cb4e2ee9e7
Missing return REDIS_ERR added to processMultibulkBuffer().
|
10 years ago |
kingsumos
|
a69178fdd2
fix cluster node description showing wrong slot allocation
|
10 years ago |
antirez
|
20c040d364
redis-cli help.h updated.
|
10 years ago |
antirez
|
9eeb03e5f7
generate-command-help.rb updated with new hyperloglog group.
|
10 years ago |
antirez
|
9caa1ae96a
Fuzzy test for ZREMRANGEBYLEX added.
|
10 years ago |
antirez
|
ab3afe2f4d
ZREMRANGEBYLEX memory leak removed calling zslFreeLexRange().
|
10 years ago |
antirez
|
85a2f2354e
PFCOUNT multi-key test added.
|
10 years ago |
antirez
|
5eb7ac0c92
Speedup hllRawSum() processing 8 bytes per iteration.
|
10 years ago |
antirez
|
192a213274
Speedup SUM(2^-reg[m]) in HyperLogLog computation.
|
10 years ago |
antirez
|
0feb2aabca
PFCOUNT support for multi-key union.
|
10 years ago |
antirez
|
fcd2155b6f
HyperLogLog low level merge extracted from PFMERGE.
|
10 years ago |
antirez
|
78954ca3a2
ZREMRANGEBYLEX implemented.
|
10 years ago |