- 23 May, 2018 1 commit
-
-
Salvatore Sanfilippo authored
AOF & RDB: be compatible with rdbchecksum no
-
- 22 May, 2018 2 commits
-
-
Salvatore Sanfilippo authored
bugfix for ZPOP: fix the wrong keyc, should be 1
-
zhaozhao.zz authored
-
- 17 May, 2018 4 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Active defrag fixes for 32bit builds
-
Oran Agra authored
problems fixed: * failing to read fragmentation information from jemalloc * overflow in jemalloc fragmentation hint to the defragger * test suite not triggering eviction after population
-
- 16 May, 2018 2 commits
- 15 May, 2018 4 commits
- 11 May, 2018 5 commits
-
-
artix authored
- Cluster node structure is now updated after ADDSLOTS
-
antirez authored
-
antirez authored
Usually blocking operations make a lot of sense with multiple keys so that we can listen to multiple queues (or whatever the app models) with a single connection. However in the synchronous case it is more useful to be able to ask for N elements. This is a change that I also wanted to perform soon or later in the blocking list variant, but here it is more natural since there is no reply type difference.
-
antirez authored
This commit also adds a top comment about a subtle behavior of mixing blocking operations of different types in the same key.
-
-
- 09 May, 2018 2 commits
- 08 May, 2018 2 commits
-
-
Salvatore Sanfilippo authored
fix int overflow problem in freeMemoryIfNeeded
-
zhaozhao.zz authored
-
- 07 May, 2018 2 commits
- 29 Apr, 2018 1 commit
-
-
Itamar Haber authored
An implementation of the [Ze POP Redis Module](https://github.com/itamarhaber/zpop) as core Redis commands. Fixes #1861.
-
- 23 Apr, 2018 15 commits
-
-
artix authored
-
artix authored
-
artix authored
Cluster Manager: fixed argument parsing after --cluster-weight
-
artix authored
-
artix authored
-
artix authored
-
artix authored
- Cluster Manager: fixed bug in clusterManagerNodeWithLeastReplicas
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
Artix authored
-