- 10 Jun, 2016 15 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
fix some compiler warnings
-
Salvatore Sanfilippo authored
Fix MODULE UNLOAD crash and/or wrong error message.
-
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 5 commits
-
-
Pierre Chapuis authored
-
Pierre Chapuis authored
-
Pierre Chapuis authored
-
Pierre Chapuis authored
-
Yossi Gottlieb 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 1 commit
-
-
Salvatore Sanfilippo authored
Allow SPOP from Lua scripts
-