Salvatore Sanfilippo
|
f1321349d3
Merge pull request #4935 from soloestoy/bugfix-zpop
|
6 years ago |
zhaozhao.zz
|
4e7a160b9b
ZPOP: fix the wrong keyc, should be 1
|
6 years ago |
dejun.xdj
|
46e241ac8e
Fix redis-cli memory leak when sending set preference command.
|
6 years ago |
dejun.xdj
|
95b988b6c6
Check if the repeat value is positive in while loop of cliSendCommand().
|
6 years ago |
dejun.xdj
|
cc7ffdfdf2
Change the type of repeat argument to long for function cliSendCommand.
|
6 years ago |
dejun.xdj
|
b2762f1ff2
Fix negtive repeat command value issue.
|
6 years ago |
dejun.xdj
|
c2e2314640
Detect and stop saving history for auth command with repeat option.
|
6 years ago |
dejun.xdj
|
ef931ef93e
Change the warning message a little bit to avoid trademark issuses.
|
6 years ago |
antirez
|
3c968ff030
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
6 years ago |
antirez
|
3c43e984db
Merge remote-tracking branch 'artix/trib2cli' into unstable
|
6 years ago |
Salvatore Sanfilippo
|
13779c11f8
Merge pull request #4927 from oranagra/defrag_32bit_fix
|
6 years ago |
Oran Agra
|
ad133e1023
Active defrag fixes for 32bit builds
|
6 years ago |
artix
|
e47c751c74
Removed TODO in redis-cli
|
6 years ago |
artix
|
1e4fb1b33a
Cluster Manager: fixed unprinted reply error
|
6 years ago |
dejun.xdj
|
b263c7c465
Stop saving auth command in redis-cli history.
|
6 years ago |
dejun.xdj
|
c082221aef
Add warning message when using password on command line
|
6 years ago |
artix
|
2f9c032a13
Cluster Manager: print flags as strings.
|
6 years ago |
antirez
|
e344aa4a6d
Test: fix blocking lists/zsets replication test.
|
6 years ago |
antirez
|
8327ccef0e
Test: replication test blocking lists/zsets ops.
|
6 years ago |
antirez
|
25f017e563
ZPOP: fix replication of blocking ZPOP.
|
6 years ago |
artix
|
3c039996b5
- Fixed mistyped redis command (clusterManagerGetNodeWithMostKeysInSlot)
|
6 years ago |
antirez
|
e87c1f1e6c
ZPOP: fix the tests according to new non-blocking "count" argument.
|
6 years ago |
antirez
|
56bbab238a
ZPOP: change sync ZPOP to have a count argument instead of N keys.
|
6 years ago |
antirez
|
6efb6c1e06
ZPOP: renaming to have explicit MIN/MAX score idea.
|
6 years ago |
antirez
|
6b026b70a8
Merge branch 'zpop' of https://github.com/itamarhaber/redis into zpop
|
6 years ago |
antirez
|
b85aae78df
Fix rdb.c dictionary iterator release in 2 more places.
|
6 years ago |
antirez
|
cd87b3c71f
Fix rdb.c dictionary iterator release.
|
6 years ago |
Salvatore Sanfilippo
|
aaef5f00cc
Merge pull request #4594 from smallstool/bugfix-freeMemoryIfneeded-int-overflow
|
6 years ago |
zhaozhao.zz
|
edb92db533
AOF & RDB: be compatible with rdbchecksum no
|
6 years ago |
赵磊
|
8d93f924ea
Fix dictScan(): It can't scan all buckets when dict is shrinking.
|
6 years ago |