antirez
|
6fbcb19275
luaRedisGenericCommand() cached argv handling simplified.
|
10 years ago |
xiaost
|
8375a6d0aa
Limit the *SCAN command `dictScan` iterations
|
10 years ago |
antirez
|
55024e9a9a
Sentinel: don't set announce-ip if is empty.
|
10 years ago |
antirez
|
3cc31da349
Sentinel: clarify announce-ip/port options in sentinel.conf.
|
10 years ago |
antirez
|
8c3507aa8f
Sentinel: announce ip/port changes + rewrite.
|
10 years ago |
Dara Kong
|
9f3abf436b
sentinel: Decouple bind address from address sent to other sentinels
|
10 years ago |
antirez
|
ff47d5ebf6
Tests for aof-load-truncated = yes.
|
10 years ago |
antirez
|
b3fdddfd1f
AOF tests fixed turning aof-load-truncated to no.
|
10 years ago |
antirez
|
670084b724
Make aof-load-truncated option actually configurable.
|
10 years ago |
antirez
|
03a5c0ecb5
Correct cleanup when aborting AOF loading.
|
10 years ago |
antirez
|
683cf5b872
AOF ability to load truncated files.
|
10 years ago |
antirez
|
94f7979414
Test AOF format error detection.
|
10 years ago |
antirez
|
537f3053fa
AOF loading: split handling of format errors from unexpected EOF.
|
10 years ago |
Matt Stancliff
|
667e2991dc
Return empty string if GETRANGE of empty string
|
10 years ago |
Matt Stancliff
|
4284b07220
Increase size of range request in getrange
|
10 years ago |
antirez
|
db6e874a25
Redis 2.8.14.
|
10 years ago |
Matt Stancliff
|
dd36f18c76
Sentinel: Abort Hello quicker if not connected
|
10 years ago |
Paddy Byers
|
d1f89bdc2b
Add regression test for issue #1939
|
10 years ago |
Paddy Byers
|
59ad68ca4f
Store the length of the static argv when first allocated.
|
10 years ago |
antirez
|
8fb8a474fd
Fix dictRehash assert casting type.
|
10 years ago |
antirez
|
85b3db4065
Cast to right type in dictNext().
|
10 years ago |
antirez
|
3a706ba792
Use long for rehash and iterator index in dict.h.
|
10 years ago |
antirez
|
97fdcd8746
Missing va_end also added in hiredis copy of sds.c.
|
10 years ago |
Mariano Pérez Rodríguez
|
45fac9481a
Missing assert removal from sdsIncrLen()
|
10 years ago |
antirez
|
c3eac3ddff
No longer useful assert removed from sdsIncrLen().
|
10 years ago |
Matt Stancliff
|
fdcadd16c6
Fix redis-benchmark abort output
|
10 years ago |
Matt Stancliff
|
ac48aada30
Deny CLIENT command in scripts
|
10 years ago |
Matt Stancliff
|
abe29c83e6
redis-benchmark: Remove unused buffer
|
10 years ago |
CharSyam
|
8fcce90b25
redis-benchmark: add auth option
|
11 years ago |
Matt Stancliff
|
4ac8472cac
Rename two 'buf' vars to 'ip' for better clarity
|
10 years ago |