- 24 Apr, 2019 1 commit
-
-
git-hulk authored
-
- 08 Apr, 2019 1 commit
-
-
antirez authored
-
- 12 Mar, 2019 1 commit
-
-
artix authored
Fixes issue #5912
-
- 08 Mar, 2019 1 commit
-
-
artix authored
-
- 07 Mar, 2019 2 commits
- 01 Mar, 2019 12 commits
-
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
- MOVED or ASK replies are now handled in cluster mode. - Only the first slot per node is used in cluster mode. - Mutlithreading: reduced usage of mutexes in favor of atomic vars.
-
artix authored
-
artix authored
-
artix authored
-
- 26 Feb, 2019 1 commit
-
-
Madelyn Olson authored
-
- 14 Feb, 2019 1 commit
-
-
antirez authored
Reltaed to discussion and PR #5840.
-
- 13 Feb, 2019 2 commits
-
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 03 Jan, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 25 Jul, 2017 1 commit
-
-
Mota authored
default size of SET/GET value in usage should be 3 bytes as in main code.
-
- 19 Jun, 2017 1 commit
-
-
antirez authored
-
- 11 Nov, 2016 1 commit
-
-
hylepo authored
Fixing typo in the usage of redis-benchmark
-
- 12 Jul, 2016 1 commit
-
-
antirez authored
Disabled by default, can be activated with -e. Maybe the reverse was more safe but departs from the past behavior.
-
- 27 Jul, 2015 1 commit
-
-
antirez authored
-
- 14 Jul, 2015 1 commit
-
-
antirez authored
Same as redis-cli, now redis-benchmark requires to use hiredis sds copy since it is different compared to the memory optimized fork of Redis sds.
-
- 19 Jan, 2015 1 commit
-
-
Matt Stancliff authored
read() and write() return ssize_t (signed long), not int. For other offsets, we can use the unsigned size_t type instead of a signed offset (since our replication offsets and buffer positions are never negative).
-
- 02 Jan, 2015 1 commit
-
-
Matt Stancliff authored
-
- 11 Dec, 2014 1 commit
-
-
antirez authored
-
- 01 Dec, 2014 2 commits
-
-
Deepak Verma authored
-
azure provisioned user authored
-
- 28 Nov, 2014 2 commits
-
-
antirez authored
10000 completes in a too short time and may easily provide unreliable figures because of tiny duration.
-
Matthias Petschick authored
-
- 27 Oct, 2014 1 commit
-
-
zhanghailei authored
-
- 11 Sep, 2014 1 commit
-
-
Byron Grobe authored
-
- 25 Aug, 2014 2 commits
-
-
Matt Stancliff authored
-
Matt Stancliff authored
This just deletes old code that didn't get removed when logic changed. We were setting offsets that never got read anywhere. Since clients are now just cloned, we don't need to track per-client buffer offsets anywhere because they are all the same from the original client.
-