antirez
7b308a271e
Slave removal: add a few forgotten aliases for CONFIG SET.
2018-09-13 21:43:15 +02:00
antirez
411f4b4c12
Slave removal: add a few forgotten aliases for CONFIG SET.
2018-09-13 21:43:15 +02:00
antirez
8347a21976
Slave removal: slave -> replica in redis.conf and output buffer option.
2018-09-11 15:32:28 +02:00
antirez
6f3d357d8f
Slave removal: slave -> replica in redis.conf and output buffer option.
2018-09-11 15:32:28 +02:00
antirez
6444c30ae2
Slave removal: config.c converted + config rewriting hacks.
...
Aliases added for all the commands mentioning slave. Moreover CONFIG
REWRITE will use the new names, and will be able to reuse the old lines
mentioning the old options.
2018-09-11 15:32:28 +02:00
antirez
6f58486139
Slave removal: config.c converted + config rewriting hacks.
...
Aliases added for all the commands mentioning slave. Moreover CONFIG
REWRITE will use the new names, and will be able to reuse the old lines
mentioning the old options.
2018-09-11 15:32:28 +02:00
antirez
23a5668d8f
Use commands (effects) replication by default in scripts.
...
See issue #5250 and issue #5292 for more info.
2018-09-05 19:33:56 +02:00
antirez
7895835df6
Use commands (effects) replication by default in scripts.
...
See issue #5250 and issue #5292 for more info.
2018-09-05 19:33:56 +02:00
antirez
85a2a2ffa3
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
d38934cc1f
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
bcd0303571
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
Chris Lamb
31e63f1ce7
Merge branch 'unstable' into config-set-maxmemory-grammar
2018-08-25 21:49:29 +02:00
Chris Lamb
f63e81c202
Merge branch 'unstable' into config-set-maxmemory-grammar
2018-08-25 21:49:29 +02:00
antirez
8ef8d3f2da
Make dynamic hz actually configurable.
2018-07-30 13:44:52 +02:00
antirez
be28050ac0
Make dynamic hz actually configurable.
2018-07-30 13:44:52 +02:00
antirez
6bfbad38af
Dynamic HZ: separate hz from the configured hz.
...
This way we can remember what the user configured HZ is, but change the
actual HZ dynamically if needed in the dynamic HZ feature
implementation.
2018-07-23 14:13:58 +02:00
antirez
e6ea603ad3
Dynamic HZ: separate hz from the configured hz.
...
This way we can remember what the user configured HZ is, but change the
actual HZ dynamically if needed in the dynamic HZ feature
implementation.
2018-07-23 14:13:58 +02:00
WuYunlong
f8c4a65d99
Fix config set slowlog-log-slower-than and condition in createLatencyReport
2018-07-13 17:53:55 +08:00
WuYunlong
d6ba4fd56d
Fix config set slowlog-log-slower-than and condition in createLatencyReport
2018-07-13 17:53:55 +08:00
antirez
9f30306d44
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
2018-07-02 18:49:34 +02:00
antirez
2edcafb35d
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
2018-07-02 18:49:34 +02:00
Salvatore Sanfilippo
e7b480369b
Merge pull request #4998 from itamarhaber/module_command_help
...
Module command help
2018-07-02 18:46:56 +02:00
Salvatore Sanfilippo
bc6a004588
Merge pull request #4998 from itamarhaber/module_command_help
...
Module command help
2018-07-02 18:46:56 +02:00
Oran Agra
cfa076f2ee
add active defrag support for streams
2018-06-27 15:00:41 +03:00
Oran Agra
5616d4c603
add active defrag support for streams
2018-06-27 15:00:41 +03:00
Salvatore Sanfilippo
fc52e9216e
Merge pull request #4634 from soloestoy/special-auth
...
config: handle special configuration "" for auth
2018-06-22 15:48:33 +02:00
Salvatore Sanfilippo
cf7fcdbe4e
Merge pull request #4634 from soloestoy/special-auth
...
config: handle special configuration "" for auth
2018-06-22 15:48:33 +02:00
Salvatore Sanfilippo
222d874de4
Merge pull request #5020 from shenlongxing/fix-config
...
Fix config_set_numerical_field() integer overflow.
2018-06-18 16:02:23 +02:00
Salvatore Sanfilippo
3518bb66d7
Merge pull request #5020 from shenlongxing/fix-config
...
Fix config_set_numerical_field() integer overflow.
2018-06-18 16:02:23 +02:00
Salvatore Sanfilippo
a5c30009e3
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
...
Rdb save incremental fsync
2018-06-16 10:59:37 +02:00
Salvatore Sanfilippo
94658303e9
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
...
Rdb save incremental fsync
2018-06-16 10:59:37 +02:00
shenlongxing
7a86e8704d
Fix config_set_numerical_field() integer overflow.
2018-06-13 23:27:53 +08:00
shenlongxing
e4e5a670e7
Fix config_set_numerical_field() integer overflow.
2018-06-13 23:27:53 +08:00
Shen Longxing
67d2e3d65b
fix active-defrag-threshold value error
...
The active-defrag-threshold-lower/active-defrag-threshold-upper min/max value in redis.conf should be consistent with 'config set' command.
2018-06-12 17:59:32 +08:00
Shen Longxing
13957c9d07
fix active-defrag-threshold value error
...
The active-defrag-threshold-lower/active-defrag-threshold-upper min/max value in redis.conf should be consistent with 'config set' command.
2018-06-12 17:59:32 +08:00
Itamar Haber
4ef817295e
Capitalizes subcommands & orders lexicographically
2018-06-09 21:03:52 +03:00
Itamar Haber
fefde6e3e4
Capitalizes subcommands & orders lexicographically
2018-06-09 21:03:52 +03:00
shenlongxing
6e6c13123e
fix integer case error
2018-06-09 22:24:33 +08:00
shenlongxing
1210dd8a20
fix integer case error
2018-06-09 22:24:33 +08:00
Itamar Haber
594dc58322
Globally applies addReplySubSyntaxError
2018-06-07 18:39:36 +03:00
Itamar Haber
c199280edb
Globally applies addReplySubSyntaxError
2018-06-07 18:39:36 +03:00
antirez
5c7bda3752
Streams: make macro node limits configurable.
2018-06-07 14:36:13 +02:00
antirez
dfb3bf1b1e
Streams: make macro node limits configurable.
2018-06-07 14:36:13 +02:00
antirez
f3db15d2c9
Make active defragmentation tests optional.
...
They failed when active defrag could not be activated because the
Jemalloc version does not include the additional APIs.
2018-05-24 18:04:21 +02:00
antirez
98d5d3f118
Make active defragmentation tests optional.
...
They failed when active defrag could not be activated because the
Jemalloc version does not include the additional APIs.
2018-05-24 18:04:21 +02:00
Guy Benoish
8c8e85df87
Use memtoll() in 'CONFIG SET client-output-buffer-limit'
2018-04-18 13:01:53 +03:00
Salvatore Sanfilippo
6e09787828
Merge pull request #4691 from oranagra/active_defrag_v2
...
Active defrag v2
2018-03-22 09:16:32 +01:00