- 24 Nov, 2011 3 commits
- 23 Nov, 2011 1 commit
-
-
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 6 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
-
antirez authored
-
antirez authored
valgrind handles floating point numbers differently for some reason, so using "simpler" numbers to make tests happy.
-
Salvatore Sanfilippo authored
Add separate clean/distclean targets to Makefile
-
- 15 Nov, 2011 8 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
To do so, the Makefile stores the contents of the MALLOC environment variable in a file named .make-malloc. When the contents of this file and the MALLOC variable are not equal, it forces a rebuild of the Redis source tree. A side-effect of this change is that choosing an allocator can now be done using the single MALLOC variable instead of USE_TCMALLOC, USE_JEMALLOC and so forth. These variables continue to work for backwards compatibility.
-
Pieter Noordhuis authored
This change moves the build instructions for dependencies to a separate Makefile in deps/. The ARCH environment variable is stored in a .make-arch file in the same directory as the Makefile. The contents of this file is read and compared to the current ARCH, and, on a mismatch triggers rebuilding the entire source tree. When file .make-arch exists and matches with ARCH from the environment, the dependencies are assumed to already be built. The new "clean" target only cleans the Redis source tree, not its dependencies. To clear the dependencies as well, the "distclean" target can be used.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Salvatore Sanfilippo authored
Fixing inject: it was failing when there was 1 or >2 sources
-
antirez authored
-
antirez authored
-
- 14 Nov, 2011 1 commit
-
-
antirez authored
-