Guy Benoish
fa59d52356
enlarged buffer given to ld2string
2017-01-11 19:24:19 +02:00
antirez
306576ef9e
Defrag: document the feature in redis.conf.
2017-01-11 17:24:49 +01:00
antirez
634b096610
Defrag: document the feature in redis.conf.
2017-01-11 17:24:49 +01:00
antirez
701a69ed4d
Defrag: document the feature in redis.conf.
2017-01-11 17:24:49 +01:00
antirez
d338472625
Defrag: not enabled by default. Error on CONFIG SET if not available.
2017-01-11 15:43:08 +01:00
antirez
6ad34a4b78
Defrag: not enabled by default. Error on CONFIG SET if not available.
2017-01-11 15:43:08 +01:00
antirez
eabcf0fed8
Defrag: not enabled by default. Error on CONFIG SET if not available.
2017-01-11 15:43:08 +01:00
antirez
7c011684b7
Defrag: fix function name typo defarg -> defrag.
2017-01-11 15:38:12 +01:00
antirez
86192f3038
Defrag: fix function name typo defarg -> defrag.
2017-01-11 15:38:12 +01:00
antirez
57c80d1fca
Defrag: fix function name typo defarg -> defrag.
2017-01-11 15:38:12 +01:00
antirez
750668bb28
Defrag: do not crash on empty quicklist.
2017-01-11 15:38:09 +01:00
antirez
4186879675
Defrag: do not crash on empty quicklist.
2017-01-11 15:38:09 +01:00
antirez
f11a12e915
Defrag: do not crash on empty quicklist.
2017-01-11 15:38:09 +01:00
antirez
90a07d1f1e
Defrag: fix comments & code to conform to the Redis code base.
...
Don't go over 80 cols. Start with captial letter, capital letter afer
point, end comment with a point and so forth. No actual code behavior
touched at all.
2017-01-10 11:33:50 +01:00
antirez
e91f0ea1b3
Defrag: fix comments & code to conform to the Redis code base.
...
Don't go over 80 cols. Start with captial letter, capital letter afer
point, end comment with a point and so forth. No actual code behavior
touched at all.
2017-01-10 11:33:50 +01:00
antirez
da55ed0032
Defrag: fix comments & code to conform to the Redis code base.
...
Don't go over 80 cols. Start with captial letter, capital letter afer
point, end comment with a point and so forth. No actual code behavior
touched at all.
2017-01-10 11:33:50 +01:00
antirez
e901b0edbf
Defrag: activate it only if running modified version of Jemalloc.
...
This commit also includes minor aesthetic changes like removal of
trailing spaces.
2017-01-10 11:25:39 +01:00
antirez
173d692bc2
Defrag: activate it only if running modified version of Jemalloc.
...
This commit also includes minor aesthetic changes like removal of
trailing spaces.
2017-01-10 11:25:39 +01:00
antirez
e4f25b015c
Defrag: activate it only if running modified version of Jemalloc.
...
This commit also includes minor aesthetic changes like removal of
trailing spaces.
2017-01-10 11:25:39 +01:00
Jan-Erik Rediger
b24188271e
Initialize help only in repl mode
2017-01-08 18:29:22 +01:00
Jan-Erik Rediger
afaaa91885
Initialize help only in repl mode
2017-01-08 18:29:22 +01:00
Jan-Erik Rediger
9c77672458
Initialize help only in repl mode
2017-01-08 18:29:22 +01:00
oranagra
b260c7ef74
active defrag improvements
2017-01-02 09:42:32 +02:00
oranagra
5ab6a54cc6
active defrag improvements
2017-01-02 09:42:32 +02:00
oranagra
763f49243d
active defrag improvements
2017-01-02 09:42:32 +02:00
oranagra
c053025a0a
active memory defragmentation
2016-12-30 03:37:52 +02:00
oranagra
7aa9e6d2ae
active memory defragmentation
2016-12-30 03:37:52 +02:00
oranagra
53511a429c
active memory defragmentation
2016-12-30 03:37:52 +02:00
oranagra
84b4c365ed
fix rare assertion in DEBUG DIGEST
...
getExpire calls dictFind which can do rehashing.
found by calling computeDatasetDigest from serverCron and running the test suite.
2016-12-24 17:27:58 +02:00
oranagra
b2da5ea773
fix rare assertion in DEBUG DIGEST
...
getExpire calls dictFind which can do rehashing.
found by calling computeDatasetDigest from serverCron and running the test suite.
2016-12-24 17:27:58 +02:00
oranagra
8528bbaf6c
fix rare assertion in DEBUG DIGEST
...
getExpire calls dictFind which can do rehashing.
found by calling computeDatasetDigest from serverCron and running the test suite.
2016-12-24 17:27:58 +02:00
antirez
76c38aaebe
deps/hiredis updated to latest version.
...
Close #3687 .
2016-12-21 12:12:36 +01:00
antirez
6712bce92c
deps/hiredis updated to latest version.
...
Close #3687 .
2016-12-21 12:12:36 +01:00
antirez
8155b2fca4
deps/hiredis updated to latest version.
...
Close #3687 .
2016-12-21 12:12:36 +01:00
Salvatore Sanfilippo
3e1cb54e26
Merge pull request #3242 from whatacold/unstable
...
fix the wrong description of intsetGet().
2016-12-20 15:39:56 +01:00
Salvatore Sanfilippo
0b7691201e
Merge pull request #3242 from whatacold/unstable
...
fix the wrong description of intsetGet().
2016-12-20 15:39:56 +01:00
Salvatore Sanfilippo
44c6326c11
Merge pull request #3242 from whatacold/unstable
...
fix the wrong description of intsetGet().
2016-12-20 15:39:56 +01:00
Salvatore Sanfilippo
94c0ea1120
Merge pull request #3498 from ZhukovAlexander/patch-1
...
Fix an article usage
2016-12-20 13:39:29 +01:00
Salvatore Sanfilippo
43bccbc3f4
Merge pull request #3498 from ZhukovAlexander/patch-1
...
Fix an article usage
2016-12-20 13:39:29 +01:00
Salvatore Sanfilippo
4a670f7453
Merge pull request #3498 from ZhukovAlexander/patch-1
...
Fix an article usage
2016-12-20 13:39:29 +01:00
antirez
ed1655973b
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2016-12-20 13:33:10 +01:00
antirez
a764c87b67
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2016-12-20 13:33:10 +01:00
antirez
d13144285b
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2016-12-20 13:33:10 +01:00
Salvatore Sanfilippo
12a0e6db98
Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTH
...
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
2016-12-20 13:32:54 +01:00
Salvatore Sanfilippo
619317da6f
Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTH
...
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
2016-12-20 13:32:54 +01:00
Salvatore Sanfilippo
c77e46af5c
Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTH
...
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
2016-12-20 13:32:54 +01:00
antirez
dd144642d1
Geo: fuzzy test inconsistency report fixed to show all points.
...
We need to report all the points added into the set, not just the ones
matching the Tcl distance algo.
2016-12-20 12:22:11 +01:00
antirez
af0284926c
Geo: fuzzy test inconsistency report fixed to show all points.
...
We need to report all the points added into the set, not just the ones
matching the Tcl distance algo.
2016-12-20 12:22:11 +01:00
antirez
29fbdde45f
Geo: fuzzy test inconsistency report fixed to show all points.
...
We need to report all the points added into the set, not just the ones
matching the Tcl distance algo.
2016-12-20 12:22:11 +01:00
antirez
1330d9f22f
Geo: fix GEOHASH return value for consistency.
...
The same thing observed in #3551 by gnethercutt also fixed for
GEOHASH as the original PR did.
2016-12-20 10:20:13 +01:00