- 26 Feb, 2015 3 commits
-
-
antirez authored
Related to issue #2409.
-
antirez authored
1. Remove useless "cs" initialization. 2. Add a "select" var to capture a condition checked multiple times. 3. Avoid duplication of the same if (!copy) conditional. 4. Don't increment dirty if copy is given (no deletion is performed), otherwise we propagate MIGRATE when not needed.
-
Tommy Wang authored
Avoid redundant SELECT calls when continuously migrating keys to the same dbid within a target Redis instance.
-
- 25 Feb, 2015 7 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
rehashing.c: Fix compile error originating from SPOP rewrite
-
antirez authored
-
antirez authored
This is safe since bufpos is small, inside the range of the local client buffer.
-
antirez authored
-
Salvatore Sanfilippo authored
Bitops: Stop overallocating storage space on set
-
Salvatore Sanfilippo authored
Sentinel: Add initial quorum bounds check
-
- 24 Feb, 2015 5 commits
-
-
Matt Stancliff authored
Revert some size_t back to off_t Set reply_bytes needs to 64 bits everywhere Revert bufpos to int since it's a max of 16k into buf[]
-
Salvatore Sanfilippo authored
Improve type correctness
-
Salvatore Sanfilippo authored
Sentinel: Improve INFO command behavior
-
Salvatore Sanfilippo authored
Improve consistency of INFO MEMORY
-
Salvatore Sanfilippo authored
Fix quicklist Pop()
-
- 23 Feb, 2015 1 commit
-
-
antirez authored
Fixes issue #2392.
-
- 19 Feb, 2015 2 commits
-
-
antirez authored
-
antirez authored
It's hard to pick a good approach here. A few arguments: 1) There are many exposed instances on the internet. 2) Changing the default when "bind" is not given is very dangerous, after an upgrade the server changes a fundamental behavior. 3) Usually Redis, when used in a proper way, will be protected *and* accessed often from other computers, so this new default is likely not what most people want. 4) However if users end with this default, they are using the example redis.conf: likely they are reading what is inside, and they'll see the warning.
-
- 18 Feb, 2015 1 commit
-
-
Sisir Koppaka authored
-
- 17 Feb, 2015 2 commits
-
-
Matt Stancliff authored
Now the tests actually compare return values instead of just verifying _something_ got returned.
-
John Doe authored
Closes #2398
-
- 14 Feb, 2015 2 commits
- 13 Feb, 2015 11 commits
-
-
Salvatore Sanfilippo authored
Readme fix
-
Jan-Erik Rediger authored
-
antirez authored
Apparently no refernece-style links supported in Github markdown.
-
Salvatore Sanfilippo authored
-
antirez authored
-
Jan-Erik Rediger authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Less grays: more readable palette since usually we have a non linear distribution of percentages and very near gray tones are hard to take apart. Final part of the palette is gradient from yellow to red. The red part is hardly reached because of usual distribution of latencies, but shows up mainly when latencies are very high because of the logarithmic scale, this is coherent to what people expect: red = bad.
-
- 12 Feb, 2015 5 commits
-
-
Salvatore Sanfilippo authored
Unify to uppercase the headline
-
antirez authored
Related to PR #2357.
-
Salvatore Sanfilippo authored
Support "1G" etc. units in CONFIG SET maxmemory
-
antirez authored
Related to PR #2357.
-
Masahiko Sawada authored
-
- 11 Feb, 2015 1 commit
-
-
antirez authored
-