1. 30 Oct, 2015 1 commit
  2. 26 Jul, 2015 1 commit
  3. 02 Jul, 2014 1 commit
  4. 31 Mar, 2014 1 commit
  5. 13 Dec, 2013 1 commit
  6. 09 Oct, 2013 1 commit
  7. 26 Feb, 2013 1 commit
    • antirez's avatar
      Set process name in ps output to make operations safer. · 6356cf68
      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.
      6356cf68
  8. 28 Jan, 2013 1 commit
  9. 11 Jan, 2013 1 commit
  10. 11 Apr, 2012 2 commits
    • antirez's avatar
      Makefile.dep updated. · ced06895
      antirez authored
      ced06895
    • Pieter Noordhuis's avatar
      Clean up Makefiles · 0a08d2b0
      Pieter Noordhuis authored
      Remove unused variables. Instead of overriding non-standard variables
      such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to
      override Makefile settings. Move dependencies generated by `make dep` to
      a separate file.
      0a08d2b0