1. 09 Jul, 2014 1 commit
  2. 16 Apr, 2014 1 commit
    • antirez's avatar
      HLLSELFTEST command implemented. · de3f821a
      antirez authored
      To test the bitfield array of counters set/get macros from the Redis Tcl
      suite is hard, so a specialized command that is able to test the
      internals was developed.
      de3f821a
  3. 05 Mar, 2014 1 commit
  4. 28 Feb, 2014 1 commit
  5. 12 Dec, 2013 1 commit
  6. 02 Apr, 2013 7 commits
  7. 26 Feb, 2013 1 commit
    • antirez's avatar
      Set process name in ps output to make operations safer. · ac3100bc
      antirez authored
      This commit allows Redis to set a process name that includes the binding
      address and the port number in order to make operations simpler.
      
      Redis children processes doing AOF rewrites or RDB saving change the
      name into redis-aof-rewrite and redis-rdb-bgsave respectively.
      
      This in general makes harder to kill the wrong process because of an
      error and makes simpler to identify saving children.
      
      This feature was suggested by Arnaud GRANAL in the Redis Google Group,
      Arnaud also pointed me to the setproctitle.c implementation includeed in
      this commit.
      
      This feature should work on all the Linux, OSX, and all the three major
      BSD systems.
      ac3100bc
  8. 11 Feb, 2013 1 commit
  9. 28 Jan, 2013 1 commit
  10. 29 Nov, 2012 1 commit
    • antirez's avatar
      Introduced the Build ID in INFO and --version output. · 3b71404d
      antirez authored
      The idea is to be able to identify a build in a unique way, so for
      instance after a bug report we can recognize that the build is the one
      of a popular Linux distribution and perform the debugging in the same
      environment.
      3b71404d
  11. 27 Sep, 2012 1 commit
  12. 24 May, 2012 2 commits
    • antirez's avatar
      bitop.c renamed bitops.c · e53a1fdd
      antirez authored
      bitop.c contains the "Bit related string operations" so it seems more
      logical to call it bitops instead of bitop.
      This also makes it matching the name of the test (unit/bitops.tcl).
      e53a1fdd
    • antirez's avatar
      Bit-related string operations moved to bitop.c · 84ec6706
      antirez authored
      All the general string operations are implemented in t_string.c, however
      the bit operations, while targeting the string type, are better served
      in a specific file where we have the implementations of the following
      four commands and helper functions:
      
          GETBIT
          SETBIT
          BITOP
          BITCOUNT
      
      In the future this file will probably contain more code related to
      making the BITOP and BITCOUNT operations faster.
      84ec6706
  13. 12 May, 2012 1 commit
  14. 09 May, 2012 2 commits
  15. 27 Apr, 2012 1 commit
  16. 24 Apr, 2012 1 commit
  17. 18 Apr, 2012 1 commit
  18. 14 Apr, 2012 7 commits
  19. 13 Apr, 2012 3 commits
  20. 11 Apr, 2012 2 commits
  21. 08 Apr, 2012 1 commit
  22. 05 Apr, 2012 1 commit
  23. 02 Apr, 2012 1 commit