Sisir Koppaka
acb933a747
rehashing.c: Fix compile error originating from SPOP rewrite
2015-02-18 08:16:41 -05:00
Matt Stancliff
58061fe49b
Fix quicklist tests for Pop()
...
Now the tests actually compare return values instead of just
verifying _something_ got returned.
2015-02-17 11:33:08 -05:00
Matt Stancliff
552e5908bb
Fix quicklist tests for Pop()
...
Now the tests actually compare return values instead of just
verifying _something_ got returned.
2015-02-17 11:33:08 -05:00
John Doe
62a6895054
Fix quicklist Pop() result
...
Closes #2398
2015-02-17 11:31:08 -05:00
John Doe
395e11255c
Fix quicklist Pop() result
...
Closes #2398
2015-02-17 11:31:08 -05:00
antirez
ae51d42ba8
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2015-02-14 17:19:37 +01:00
antirez
cfe5eaaed6
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2015-02-14 17:19:37 +01:00
antirez
7009630914
Version bumped to 3.1.999 (3.2 alpha versions).
2015-02-14 17:19:17 +01:00
antirez
41a1fb8186
Version bumped to 3.1.999 (3.2 alpha versions).
2015-02-14 17:19:17 +01:00
Salvatore Sanfilippo
9793db8416
Merge pull request #2393 from badboy/readme-fix
...
Readme fix
2015-02-13 15:55:44 +01:00
Salvatore Sanfilippo
e5760987e9
Merge pull request #2393 from badboy/readme-fix
...
Readme fix
2015-02-13 15:55:44 +01:00
Jan-Erik Rediger
836f168a48
Link files in README
2015-02-13 15:51:38 +01:00
Jan-Erik Rediger
07a89654da
Link files in README
2015-02-13 15:51:38 +01:00
antirez
8eb3a22245
Fix README links again.
...
Apparently no refernece-style links supported in Github markdown.
2015-02-13 15:39:44 +01:00
antirez
9795ad1bc2
Fix README links again.
...
Apparently no refernece-style links supported in Github markdown.
2015-02-13 15:39:44 +01:00
Salvatore Sanfilippo
f537d4d10e
Fix links into README.
2015-02-13 15:37:19 +01:00
Salvatore Sanfilippo
78c44ca646
Fix links into README.
2015-02-13 15:37:19 +01:00
antirez
4689cba9ab
README: give idea about what Redis is.
2015-02-13 15:34:22 +01:00
antirez
f916a589b5
README: give idea about what Redis is.
2015-02-13 15:34:22 +01:00
Jan-Erik Rediger
70e9735598
Use code tags where necessary, escape special markers
2015-02-13 15:10:20 +01:00
Jan-Erik Rediger
2576864ba7
Use code tags where necessary, escape special markers
2015-02-13 15:10:20 +01:00
antirez
ad1bfa5a4d
A few more README markdown conversions.
2015-02-13 14:57:08 +01:00
antirez
c414db2f98
A few more README markdown conversions.
2015-02-13 14:57:08 +01:00
antirez
f634cb03ae
Fix README minor grammar issues.
2015-02-13 14:55:53 +01:00
antirez
097b3079b4
Fix README minor grammar issues.
2015-02-13 14:55:53 +01:00
antirez
b2aeaaddc8
README -> README.md.
2015-02-13 14:55:09 +01:00
antirez
cac9a900cb
README -> README.md.
2015-02-13 14:55:09 +01:00
antirez
40f50b38e0
redis-cli --latency-dist: one gray more, and --mono support.
2015-02-13 14:38:21 +01:00
antirez
f638f045ce
redis-cli --latency-dist: one gray more, and --mono support.
2015-02-13 14:38:21 +01:00
antirez
b0d3557307
redis-cli --latency-dist, hopefully better palette.
...
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.
2015-02-13 12:52:46 +01:00
antirez
3101d2bffb
redis-cli --latency-dist, hopefully better palette.
...
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.
2015-02-13 12:52:46 +01:00
Salvatore Sanfilippo
dec00755fe
Merge pull request #2390 from sawaman/fix-typo
...
Unify to uppercase the headline
2015-02-12 17:07:04 +01:00
Salvatore Sanfilippo
b1de179c01
Merge pull request #2390 from sawaman/fix-typo
...
Unify to uppercase the headline
2015-02-12 17:07:04 +01:00
antirez
75a2dbffa8
Extend memory unit support in CONFIG SET.
...
Related to PR #2357 .
2015-02-12 16:51:20 +01:00
antirez
cd4e0f43df
Extend memory unit support in CONFIG SET.
...
Related to PR #2357 .
2015-02-12 16:51:20 +01:00
Salvatore Sanfilippo
a4e2db7451
Merge pull request #2357 from lamby/config-set-maxmemory-units
...
Support "1G" etc. units in CONFIG SET maxmemory
2015-02-12 16:42:09 +01:00
Salvatore Sanfilippo
866b3fc0ec
Merge pull request #2357 from lamby/config-set-maxmemory-units
...
Support "1G" etc. units in CONFIG SET maxmemory
2015-02-12 16:42:09 +01:00
antirez
07d4c76179
Better memtoll() error checking.
...
Related to PR #2357 .
2015-02-12 16:40:46 +01:00
antirez
29b54db320
Better memtoll() error checking.
...
Related to PR #2357 .
2015-02-12 16:40:46 +01:00
Masahiko Sawada
f3f936fb4c
Unify to uppercase the headline
2015-02-12 21:20:22 +09:00
Masahiko Sawada
2b3eba056c
Unify to uppercase the headline
2015-02-12 21:20:22 +09:00
antirez
45a1c66553
SPOP replication tests.
2015-02-11 10:52:28 +01:00
antirez
a1d9ec0d44
SPOP replication tests.
2015-02-11 10:52:28 +01:00
antirez
b842565acb
SPOP explicit tests for the three different code paths.
2015-02-11 10:52:28 +01:00
antirez
dffbbb5a78
SPOP explicit tests for the three different code paths.
2015-02-11 10:52:28 +01:00
antirez
38000e913a
SPOP with count: fix replication for code path #3 .
2015-02-11 10:52:28 +01:00
antirez
a37d0f8b48
SPOP with count: fix replication for code path #3 .
2015-02-11 10:52:28 +01:00
antirez
87a6696d89
SPOP: reimplemented for speed and better distribution.
...
The old version of SPOP with "count" argument used an API call of dict.c
which was actually designed for a different goal, and was not capable of
good distribution. We follow a different three-cases approach optimized
for different ratiion between sets and requested number of elements.
The implementation is simpler and allowed the removal of a large amount
of code.
2015-02-11 10:52:28 +01:00
antirez
9feee428f2
SPOP: reimplemented for speed and better distribution.
...
The old version of SPOP with "count" argument used an API call of dict.c
which was actually designed for a different goal, and was not capable of
good distribution. We follow a different three-cases approach optimized
for different ratiion between sets and requested number of elements.
The implementation is simpler and allowed the removal of a large amount
of code.
2015-02-11 10:52:28 +01:00
antirez
38afac7752
alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.
2015-02-11 10:52:28 +01:00