Salvatore Sanfilippo
6a50c5cb07
Merge pull request #5296 from soloestoy/command-script-flag2
...
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 12:26:01 +02:00
Salvatore Sanfilippo
ed5cc77ce0
Merge pull request #5296 from soloestoy/command-script-flag2
...
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 12:26:01 +02:00
Salvatore Sanfilippo
54c7be0069
Merge pull request #5296 from soloestoy/command-script-flag2
...
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 12:26:01 +02:00
zhaozhao.zz
5e47f656df
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 18:23:05 +08:00
zhaozhao.zz
7d39c149c4
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 18:23:05 +08:00
zhaozhao.zz
a286e88109
Supplement to PR #4835 , just take info/memory/command as random commands
2018-08-29 18:23:05 +08:00
Salvatore Sanfilippo
bc9de3b4cf
Merge pull request #4835 from soloestoy/command-script-flag
...
some commands' flags should be set correctly, issue #4834
2018-08-29 12:13:50 +02:00
Salvatore Sanfilippo
0e21efdb1c
Merge pull request #4835 from soloestoy/command-script-flag
...
some commands' flags should be set correctly, issue #4834
2018-08-29 12:13:50 +02:00
Salvatore Sanfilippo
572075e879
Merge pull request #4835 from soloestoy/command-script-flag
...
some commands' flags should be set correctly, issue #4834
2018-08-29 12:13:50 +02:00
zhaozhao.zz
ca3d37a4fe
some commands' flags should be set correctly, issue #4834
2018-08-29 18:07:01 +08:00
zhaozhao.zz
32844178ac
some commands' flags should be set correctly, issue #4834
2018-08-29 18:07:01 +08:00
zhaozhao.zz
a175581eb6
some commands' flags should be set correctly, issue #4834
2018-08-29 18:07:01 +08:00
Salvatore Sanfilippo
0e0d6b5cec
Merge pull request #5265 from oranagra/stabilize_tests
...
Fix unstable tests on slow machines.
2018-08-27 13:19:31 +02:00
Salvatore Sanfilippo
5b4bec9d33
Merge pull request #5265 from oranagra/stabilize_tests
...
Fix unstable tests on slow machines.
2018-08-27 13:19:31 +02:00
Salvatore Sanfilippo
aeb2ee7ffe
Merge pull request #5265 from oranagra/stabilize_tests
...
Fix unstable tests on slow machines.
2018-08-27 13:19:31 +02:00
antirez
372cae9b9e
Document slave-ignore-maxmemory in redis.conf.
2018-08-27 12:34:29 +02:00
antirez
5941022b52
Document slave-ignore-maxmemory in redis.conf.
2018-08-27 12:34:29 +02:00
antirez
28e068244d
Document slave-ignore-maxmemory in redis.conf.
2018-08-27 12:34:29 +02:00
antirez
e2c6f9fc60
Make slave-ignore-maxmemory configurable.
2018-08-27 12:27:17 +02:00
antirez
e245a2046a
Make slave-ignore-maxmemory configurable.
2018-08-27 12:27:17 +02:00
antirez
85a2a2ffa3
Make slave-ignore-maxmemory configurable.
2018-08-27 12:27:17 +02:00
antirez
d85194c4e1
Introduce repl_slave_ignore_maxmemory flag internally.
...
Note: this breaks backward compatibility with Redis 4, since now slaves
by default are exact copies of masters and do not try to evict keys
independently.
2018-08-27 12:20:27 +02:00
antirez
067647a783
Introduce repl_slave_ignore_maxmemory flag internally.
...
Note: this breaks backward compatibility with Redis 4, since now slaves
by default are exact copies of masters and do not try to evict keys
independently.
2018-08-27 12:20:27 +02:00
antirez
b0143d81f3
Introduce repl_slave_ignore_maxmemory flag internally.
...
Note: this breaks backward compatibility with Redis 4, since now slaves
by default are exact copies of masters and do not try to evict keys
independently.
2018-08-27 12:20:27 +02:00
antirez
b36fbe9c04
Better variable meaning in processCommand().
2018-08-27 12:17:34 +02:00
antirez
abf52c7cf4
Better variable meaning in processCommand().
2018-08-27 12:17:34 +02:00
antirez
f3e6552ce0
Better variable meaning in processCommand().
2018-08-27 12:17:34 +02:00
antirez
82121055eb
Re-apply rebased #2358 .
2018-08-27 12:17:14 +02:00
antirez
66b5afdaa4
Re-apply rebased #2358 .
2018-08-27 12:17:14 +02:00
antirez
d38934cc1f
Re-apply rebased #2358 .
2018-08-27 12:17:14 +02:00
antirez
727382c67c
Fix build errors caused by #2358 .
2018-08-27 12:15:55 +02:00
antirez
c241f51607
Fix build errors caused by #2358 .
2018-08-27 12:15:55 +02:00
antirez
bcd0303571
Fix build errors caused by #2358 .
2018-08-27 12:15:55 +02:00
zhaozhao.zz
55a0a19cf6
remove duplicate bind in sentinel.conf
2018-08-27 12:07:24 +08:00
zhaozhao.zz
e711e6f614
remove duplicate bind in sentinel.conf
2018-08-27 12:07:24 +08:00
zhaozhao.zz
f3471ba931
remove duplicate bind in sentinel.conf
2018-08-27 12:07:24 +08:00
Salvatore Sanfilippo
38bcee980a
Merge pull request #5248 from soloestoy/rewrite-brpoplpush
...
rewrite BRPOPLPUSH as RPOPLPUSH to propagate
2018-08-26 16:31:24 +02:00
Salvatore Sanfilippo
19880ab851
Merge pull request #5248 from soloestoy/rewrite-brpoplpush
...
rewrite BRPOPLPUSH as RPOPLPUSH to propagate
2018-08-26 16:31:24 +02:00
Salvatore Sanfilippo
22f822a340
Merge pull request #5248 from soloestoy/rewrite-brpoplpush
...
rewrite BRPOPLPUSH as RPOPLPUSH to propagate
2018-08-26 16:31:24 +02:00
Salvatore Sanfilippo
9cd9bad62d
Merge pull request #5244 from soloestoy/optimize-pipeline
...
pipeline: do not sdsrange querybuf unless all commands processed
2018-08-26 16:30:49 +02:00
Salvatore Sanfilippo
80e1695652
Merge pull request #5244 from soloestoy/optimize-pipeline
...
pipeline: do not sdsrange querybuf unless all commands processed
2018-08-26 16:30:49 +02:00
Salvatore Sanfilippo
50e6445e91
Merge pull request #5244 from soloestoy/optimize-pipeline
...
pipeline: do not sdsrange querybuf unless all commands processed
2018-08-26 16:30:49 +02:00
Chris Lamb
c2f52c1752
Correct "did not received" -> "did not receive" typos/grammar.
2018-08-26 14:45:39 +02:00
Chris Lamb
132be8aed5
Correct "did not received" -> "did not receive" typos/grammar.
2018-08-26 14:45:39 +02:00
Chris Lamb
b50a6304cc
Correct "did not received" -> "did not receive" typos/grammar.
2018-08-26 14:45:39 +02:00
Salvatore Sanfilippo
5ee150a001
Merge pull request #2992 from lamby/source-date-epoch
...
Use SOURCE_DATE_EPOCH over unreproducible uname + date calls.
2018-08-26 11:25:44 +02:00
Salvatore Sanfilippo
46d89a9abb
Merge pull request #2992 from lamby/source-date-epoch
...
Use SOURCE_DATE_EPOCH over unreproducible uname + date calls.
2018-08-26 11:25:44 +02:00
Salvatore Sanfilippo
be6e41419a
Merge pull request #2992 from lamby/source-date-epoch
...
Use SOURCE_DATE_EPOCH over unreproducible uname + date calls.
2018-08-26 11:25:44 +02:00
Salvatore Sanfilippo
59eeaa48e4
Merge pull request #2358 from lamby/config-set-maxmemory-grammar
...
Tidy grammar in CONFIG SET maxmemory warning.
2018-08-26 11:23:41 +02:00
Salvatore Sanfilippo
590717782f
Merge pull request #2358 from lamby/config-set-maxmemory-grammar
...
Tidy grammar in CONFIG SET maxmemory warning.
2018-08-26 11:23:41 +02:00