1. 21 Sep, 2017 1 commit
  2. 18 Sep, 2017 1 commit
    • Oran Agra's avatar
      Flush append only buffers before existing. · 13e8e538
      Oran Agra authored
      when SHUTDOWN command is recived it is possible that some of the recent
      command were not yet flushed from the AOF buffer, and the server
      experiences data loss at shutdown.
      13e8e538
  3. 28 Jul, 2017 1 commit
  4. 24 Jul, 2017 8 commits
  5. 11 Jul, 2017 1 commit
  6. 30 Jun, 2017 2 commits
    • antirez's avatar
      Fix abort typo in Lua debugger help screen. · 7018d27d
      antirez authored
      7018d27d
    • antirez's avatar
      Added GEORADIUS(BYMEMBER)_RO variants for read-only operations. · d557144e
      antirez authored
      Issue #4084 shows how for a design error, GEORADIUS is a write command
      because of the STORE option. Because of this it does not work
      on readonly slaves, gets redirected to masters in Redis Cluster even
      when the connection is in READONLY mode and so forth.
      
      To break backward compatibility at this stage, with Redis 4.0 to be in
      advanced RC state, is problematic for the user base. The API can be
      fixed into the unstable branch soon if we'll decide to do so in order to
      be more consistent, and reease Redis 5.0 with this incompatibility in
      the future. This is still unclear.
      
      However, the ability to scale GEO queries in slaves easily is too
      important so this commit adds two read-only variants to the GEORADIUS
      and GEORADIUSBYMEMBER command: GEORADIUS_RO and GEORADIUSBYMEMBER_RO.
      The commands are exactly as the original commands, but they do not
      accept the STORE and STOREDIST options.
      d557144e
  7. 27 Jun, 2017 6 commits
  8. 22 Jun, 2017 4 commits
  9. 20 Jun, 2017 4 commits
  10. 14 Jun, 2017 1 commit
  11. 17 May, 2017 1 commit
  12. 15 May, 2017 1 commit
  13. 21 Apr, 2017 4 commits
  14. 20 Apr, 2017 1 commit
  15. 14 Apr, 2017 1 commit
  16. 08 Apr, 2017 1 commit
  17. 20 Feb, 2017 2 commits