- 21 Apr, 2020 2 commits
- 09 Apr, 2020 1 commit
-
-
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.
-
- 22 Mar, 2020 1 commit
-
-
Yossi Gottlieb authored
-
- 20 Mar, 2020 1 commit
-
-
hwware authored
-
- 18 Mar, 2020 1 commit
-
-
hwware authored
-
- 11 Mar, 2020 1 commit
-
-
Itamar Haber authored
-
- 13 Jan, 2020 1 commit
-
-
antirez authored
-
- 07 Jan, 2020 1 commit
-
-
WuYunlong authored
-
- 17 Dec, 2019 3 commits
-
-
antirez authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 10 Nov, 2019 1 commit
-
-
Oran Agra authored
- the API name was odd, separated to two apis one for LRU and one for LFU - the LRU idle time was in 1 second resolution, which might be ok for RDB and RESTORE, but i think modules may need higher resolution - adding tests for LFU and for handling maxmemory policy mismatch
-
- 07 Oct, 2019 3 commits
-
-
Oran Agra authored
-
Yossi Gottlieb authored
* Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.
-
Oran Agra authored
cluster.c - stack buffer memory alignment The pointer 'buf' is cast to a more strictly aligned pointer type evict.c - lazyfree_lazy_eviction, lazyfree_lazy_eviction always called defrag.c - bug in dead code server.c - casting was missing parenthesis rax.c - indentation / newline suggested an 'else if' was intended
-
- 18 Sep, 2019 1 commit
-
-
antirez authored
-
- 02 Sep, 2019 1 commit
-
-
antirez authored
See for reference PR #6337. Thanks to @git-hulk for spotting this.
-
- 23 Jul, 2019 1 commit
-
-
Madelyn Olson authored
-
- 15 Mar, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 01 Mar, 2019 1 commit
-
-
chendianqiang authored
-
- 09 Jan, 2019 2 commits
- 22 Oct, 2018 1 commit
-
-
antirez authored
-
- 18 Oct, 2018 1 commit
-
-
youjiali1995 authored
-
- 19 Sep, 2018 4 commits
- 11 Sep, 2018 1 commit
-
-
antirez authored
-
- 31 Jul, 2018 2 commits
-
-
antirez authored
-
shenlongxing authored
-
- 24 Jul, 2018 2 commits
- 21 Jul, 2018 1 commit
-
-
WuYunlong authored
-
- 03 Jul, 2018 1 commit
-
-
Jack Drogon authored
-
- 02 Jul, 2018 1 commit
-
-
antirez authored
-
- 24 Jun, 2018 1 commit
-
-
Guy Benoish authored
-
- 20 Jun, 2018 1 commit
-
-
Guy Benoish authored
RESTORE now supports: 1. Setting LRU/LFU 2. Absolute-time TTL Other related changes: 1. RDB loading will not override LRU bits when RDB file does not contain the LRU opcode. 2. RDB loading will not set LRU/LFU bits if the server's maxmemory-policy does not match.
-
- 19 Jun, 2018 1 commit
-
-
antirez authored
-