- 10 Jun, 2016 11 commits
-
-
antirez authored
All lists are now represented via quicklists. Quicklists are never represented referencing robj structures, so trying to compress their representation does not make sense. That the new way is faster was experimentally verified with micro benchmarks in order to prove that the intuition was correct.
-
antirez authored
-
Salvatore Sanfilippo authored
make RPUSHX and LPUSHX variadic
-
andyli authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Documentation fixes
-
antirez authored
-
Salvatore Sanfilippo authored
fix pidfile in redis.conf
-
antirez authored
-
Salvatore Sanfilippo authored
Include select.h to fix unknown type name 'fd_set' compile error in ae_select (MSYS2)
-
- 08 Jun, 2016 1 commit
-
-
antirez authored
-
- 07 Jun, 2016 7 commits
-
-
jspraul authored
Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
-
Salvatore Sanfilippo authored
Remove gcc warning when redismodule.h is included by a multi-file module.
-
Yossi Gottlieb authored
module.
-
Saurabh Jha authored
-
Saurabh Jha authored
-
Saurabh Jha authored
-
Saurabh Jha authored
-
- 05 Jun, 2016 3 commits
-
-
Pierre Chapuis authored
-
Pierre Chapuis authored
-
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
-