- 05 Jun, 2016 1 commit
-
-
Pierre Chapuis authored
-
- 04 Jun, 2016 2 commits
- 03 Jun, 2016 3 commits
- 01 Jun, 2016 3 commits
- 31 May, 2016 3 commits
-
-
antirez authored
Thanks to @oranagra for noticing it was missing.
-
antirez authored
-
antirez authored
Probably there is no compiler that will actaully break the code or raise a signal for unsigned -> signed overflowing conversion, still it was apparently possible to write it in a more correct way. All tests passing.
-
- 30 May, 2016 4 commits
-
-
Salvatore Sanfilippo authored
Allow SPOP from Lua scripts
-
antirez authored
I'm the author of this line but I can't see a good reason for it to don't be a typo, a step of 26 should be valid with 52 bits per coordinate, moreover the line was: if (step > 26) step = 25; So a step of 26 was actually already used, except when one of 27 was computed (which is invalid) only then it was trimmed to 25 instead of 26. All tests passing after the change.
-
antirez authored
-
antirez authored
Close #3266
-
- 28 May, 2016 1 commit
-
-
Itamar Haber authored
The existing `R` flag appears to be sufficient and there's no apparent reason why the command should be blocked.
-
- 22 May, 2016 1 commit
-
-
Salvatore Sanfilippo authored
Remove debug printing
-
- 21 May, 2016 1 commit
-
-
Jan-Erik Rediger authored
-
- 18 May, 2016 10 commits
-
-
antirez authored
Compiling Redis worked as a side effect of jemalloc target specifying -ldl as needed linker options, otherwise it is not provided during linking and dlopen() API will remain unresolved symbols.
-
Salvatore Sanfilippo authored
minor fixes - mainly signalModifiedKey, and GEORADIUS
-
antirez authored
Related to #3239.
-
Salvatore Sanfilippo authored
fixed bad transfer of ownership in HashSet causing a potential crash
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
fix crash in BITFIELD GET when key is integer encoded
-
antirez authored
-
antirez authored
-
antirez authored
This change is documented in deps/README.md but was lost in one way or the other, neutralizing the benefits of 24 bytes size classes (and others). Close #3208.
-
- 17 May, 2016 2 commits
-
-
Dvir Volk authored
-
Salvatore Sanfilippo authored
reduce struct padding by reordering members
-
- 16 May, 2016 1 commit
-
-
oranagra authored
-
- 14 May, 2016 1 commit
-
-
antirez authored
-
- 10 May, 2016 7 commits