1. 06 3月, 2013 4 次提交
  2. 04 3月, 2013 2 次提交
    • A
      redis-cli: use keepalive socket option. · df3b4920
      antirez 提交于
      This should improve things in two ways:
      
      1) Prevent timeouts caused by the execution of long commands.
      2) Improve detection of real connection errors.
      
      This is mostly effective only on Linux because of the bogus default
      keepalive settings. In Linux we have OS-specific calls to set the
      keepalive interval to reasonable values.
      df3b4920
    • 0
      suppress external diff program when using git diff. · e618eb4f
      0x20h 提交于
      e618eb4f
  3. 27 2月, 2013 7 次提交
  4. 26 2月, 2013 3 次提交
    • A
    • A
      Set process name in ps output to make operations safer. · ac3100bc
      antirez 提交于
      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
    • A
      Fix error "repl-backlog-size must be 1 or greater" · fedcd511
      Arnaud Granal 提交于
      The parameter repl-backlog-size is not parsed correctly in the configuration file. argv[0] is parsed instead of argv[1].
      fedcd511
  5. 14 2月, 2013 2 次提交
  6. 13 2月, 2013 1 次提交
  7. 12 2月, 2013 14 次提交
  8. 11 2月, 2013 6 次提交
  9. 08 2月, 2013 1 次提交