- 30 Nov, 2011 1 commit
-
-
antirez authored
-
- 29 Nov, 2011 1 commit
-
-
antirez authored
-
- 28 Nov, 2011 3 commits
- 25 Nov, 2011 6 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Update to jemalloc 2.2.5
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
clean REDIS_DIRTY_CAS when discard Command runs. otherwise the next MULT...
-
woowenjie authored
clean REDIS_DIRTY_CAS when discard Command runs. otherwise the next MULTI/EXEC may fail in the same RedisClient
-
- 24 Nov, 2011 3 commits
- 23 Nov, 2011 2 commits
-
-
jbergstroem authored
-
antirez authored
new counter in INFO output: rejected_connections with number of dropped connections because of maxclients limit reached.
-
- 22 Nov, 2011 5 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Fixed a typo in comments.
-
antirez authored
Fixed command table for SETEX and PSETEX causing the expire time to be hashed by Redis cluster instead of the key.
-
antirez authored
-
- 21 Nov, 2011 10 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
code generating the CLIENT LIST output refactored to have a function that is able to render a single client into a client info string.
-
antirez authored
-
antirez authored
-
Jérémy Bethmont authored
-
- 18 Nov, 2011 6 commits
- 16 Nov, 2011 3 commits
-
-
Salvatore Sanfilippo authored
Fix crash on SPARC due to improper alignment of allocated memory
-
Chris Lamb authored
I believe that you should be able to drop 'defined(__sun)' completely from this clause, as Solaris on x86 hardware probably does not have strict alignment requirements, but I don't have a way to test that. Thanks to Jurij Smakov <jurij@wooyd.org>. Signed-off-by:
Chris Lamb <lamby@debian.org>
-
Pieter Noordhuis authored
-