antirez
|
0f72257049
Geo: fix GEOHASH return value for consistency.
|
8 years ago |
antirez
|
913070a9e8
Geo: fix edge case return values for uniformity.
|
8 years ago |
Justin Carvalho
|
7c64e88963
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
|
8 years ago |
antirez
|
8444b46d20
Fix test "server is up" detection after logging changes.
|
8 years ago |
antirez
|
074383f850
Remove first version of ASCII wave, later discarded.
|
8 years ago |
antirez
|
06bfeb482d
Only show Redis logo if logging to stdout / TTY.
|
8 years ago |
antirez
|
90a6f7fc98
adjustOpenFilesLimit() comment made hopefully more clear.
|
8 years ago |
Salvatore Sanfilippo
|
2988889db1
Merge pull request #3603 from oranagra/adjustOpenFilesLimit_overflow
|
8 years ago |
Salvatore Sanfilippo
|
ce9e36eb01
Merge pull request #3605 from hylepo/unstable
|
8 years ago |
Salvatore Sanfilippo
|
6cf1a325d6
Merge pull request #3643 from andyli028/unstable
|
8 years ago |
antirez
|
8e390a62ad
Hopefully improve code comments for issue #3616.
|
8 years ago |
Salvatore Sanfilippo
|
ca4ca5073e
Merge pull request #3616 from oranagra/stop_aofrw_before_rdbload
|
8 years ago |
Salvatore Sanfilippo
|
151af73118
Merge pull request #3661 from itamarhaber/module-doc2
|
8 years ago |
antirez
|
87538cb7fe
Switch PFCOUNT to LogLog-Beta algorithm.
|
8 years ago |
antirez
|
0224be8811
Use llroundl() before converting loglog-beta output to integer.
|
8 years ago |
antirez
|
47dea01c85
Fix HLL gnuplot graph generator script for new redis-rb versions.
|
8 years ago |
Harish Murthy
|
c55e3fbae5
LogLog-Beta Algorithm support within HLL
|
8 years ago |
Salvatore Sanfilippo
|
5ad2a94a16
Merge pull request #3686 from dvirsky/fix_lowlevel_zrange
|
8 years ago |
antirez
|
d634c36253
ziplist.c explanation of format improved a bit.
|
8 years ago |
antirez
|
ac61f90625
DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.
|
8 years ago |
Dvir Volk
|
7f9b9512b8
fixed stop condition in RM_ZsetRangeNext and RM_ZsetRangePrev
|
8 years ago |
antirez
|
b53e73e159
MIGRATE: Remove upfront ttl initialization.
|
8 years ago |
Salvatore Sanfilippo
|
c9f0456d81
Merge pull request #3673 from badboy/reset-ttl-on-migrating
|
8 years ago |
antirez
|
dee11ebab8
Writable slaves expires: unit test.
|
8 years ago |
antirez
|
b6f871cf42
Writable slaves expires: fix leak in key tracking.
|
8 years ago |
antirez
|
d1adc85aa6
INFO: show num of slave-expires keys tracked.
|
8 years ago |
antirez
|
5b9ba26403
Fix created->created typo in expire.c
|
8 years ago |
antirez
|
04542cff92
Replication: fix the infamous key leakage of writable slaves + EXPIRE.
|
8 years ago |
Salvatore Sanfilippo
|
39f5c0713e
Merge pull request #3680 from yossigo/fix_rediscli_command_crash
|
8 years ago |
Yossi Gottlieb
|
b6ab4d04b6
Fix redis-cli rare crash.
|
8 years ago |