1. 19 May, 2021 4 commits
  2. 18 May, 2021 6 commits
  3. 17 May, 2021 3 commits
  4. 15 May, 2021 1 commit
  5. 13 May, 2021 1 commit
  6. 11 May, 2021 1 commit
  7. 10 May, 2021 3 commits
  8. 09 May, 2021 3 commits
  9. 07 May, 2021 1 commit
  10. 06 May, 2021 3 commits
    • Huang Zhw's avatar
      redis-cli when SELECT fails, we should reset dbnum to 0 (#8898) · 6b475989
      Huang Zhw authored
      
      
      when SELECT fails, we should reset dbnum to 0, so the prompt will not
      display incorrectly.
      
      Additionally when SELECT and HELLO fail, we output message to inform
      it.
      
      Add config.input_dbnum which means the dbnum about to select.
      And config.dbnum means currently selected dbnum. When users succeed to
      select db, config.dbnum and config.input_dbnum will be the same. When
      users select db failed, config.input_dbnum will be kept. Next time if users
      auth success, config.input_dbnum will be automatically selected.
      When reconnect, we should select the origin dbnum.
      Co-authored-by: default avatarOran Agra <oran@redislabs.com>
      6b475989
    • Oran Agra's avatar
      fix redis-benchmark to ignore unsupported configs (#8916) · 4d1094e8
      Oran Agra authored
      Redis Enterprise supports the CONFIG GET command, but it replies with am
      empty array since the save and appendonly configs are not supported.
      before this fix redis-benchmark would segfault for trying to access the
      error string on an array type reply.
      see #8869
      4d1094e8
    • Wang Yuan's avatar
      Fix wrong COW memory in log (#8917) · 81e2d727
      Wang Yuan authored
      Always 0 MB of memory used by copy-on-write, introduced in #8645.
      81e2d727
  11. 05 May, 2021 1 commit
  12. 04 May, 2021 2 commits
  13. 03 May, 2021 6 commits
  14. 02 May, 2021 1 commit
  15. 29 Apr, 2021 2 commits
  16. 28 Apr, 2021 2 commits