1. 15 Apr, 2020 1 commit
    • antirez's avatar
      RDB: load files faster avoiding useless free+realloc. · 61b15307
      antirez authored
      Reloading of the RDB generated by
      
          DEBUG POPULATE 5000000
          SAVE
      
      is now 25% faster.
      
      This commit also prepares the ability to have more flexibility when
      loading stuff from the RDB, since we no longer use dbAdd() but can
      control exactly how things are added in the database.
      61b15307
  2. 31 Jul, 2018 1 commit
  3. 03 Jul, 2018 1 commit
  4. 15 Jan, 2018 1 commit
  5. 14 Jan, 2018 1 commit
  6. 04 May, 2017 2 commits
  7. 27 Mar, 2017 1 commit
  8. 14 Sep, 2016 1 commit
  9. 13 Jan, 2016 1 commit
  10. 01 Oct, 2015 6 commits