- 25 Mar, 2020 3 commits
-
-
Yossi Gottlieb authored
-
hwware authored
-
Itamar Haber authored
-
- 17 Jan, 2020 2 commits
- 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
-
- 09 Jun, 2018 1 commit
-
-
Itamar Haber authored
-
- 07 Jun, 2018 2 commits
-
-
Itamar Haber authored
-
antirez authored
-
- 06 Jun, 2018 1 commit
-
-
shenlongxing authored
-