1. 19 Jan, 2021 1 commit
  2. 07 Oct, 2019 1 commit
    • Oran Agra's avatar
      diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. · 5a477946
      Oran Agra authored
      misc:
      - handle SSL_has_pending by iterating though these in beforeSleep, and setting timeout of 0 to aeProcessEvents
      - fix issue with epoll signaling EPOLLHUP and EPOLLERR only to the write handlers. (needed to detect the rdb pipe was closed)
      - add key-load-delay config for testing
      - trim connShutdown which is no longer needed
      - rioFdsetWrite -> rioFdWrite - simplified since there's no longer need to write to multiple FDs
      - don't detect rdb child exited (don't call wait3) until we detect the pipe is closed
      - Cleanup bad optimization from rio.c, add another one
      5a477946
  3. 25 Apr, 2016 1 commit
  4. 05 Dec, 2013 1 commit
  5. 28 Jun, 2013 1 commit
  6. 08 Nov, 2012 1 commit
  7. 29 Jun, 2012 1 commit
  8. 15 Dec, 2011 2 commits
  9. 07 Dec, 2011 1 commit
  10. 01 Jul, 2010 1 commit
    • antirez's avatar
      redis.c split into many different C files. · e2641e09
      antirez authored
      networking related stuff moved into networking.c
      
      moved more code
      
      more work on layout of source code
      
      SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
      
      cleanly compiling again after the first split, now splitting it in more C files
      
      moving more things around... work in progress
      
      split replication code
      
      splitting more
      
      Sets split
      
      Hash split
      
      replication split
      
      even more splitting
      
      more splitting
      
      minor change
      e2641e09
  11. 19 Feb, 2010 1 commit
  12. 20 Jan, 2010 1 commit
  13. 16 Dec, 2009 1 commit
  14. 28 Nov, 2009 1 commit
  15. 23 Nov, 2009 2 commits