John Sully
|
550413070c
|
MOTD refactor
Former-commit-id: 6c78ec7c41223b3381e19fdf78478f66b4959dc9
|
2020-03-04 16:22:55 -05:00 |
|
John Sully
|
21fb601851
|
MOTD refactor
Former-commit-id: 6c78ec7c41223b3381e19fdf78478f66b4959dc9
|
2020-03-04 16:22:55 -05:00 |
|
John Sully
|
f9c70eff94
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: a14d1d5b55a507a83cf5b85920607a0d013e7037
|
2020-03-04 15:33:59 -05:00 |
|
John Sully
|
a18c883f2c
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: a14d1d5b55a507a83cf5b85920607a0d013e7037
|
2020-03-04 15:33:59 -05:00 |
|
John Sully
|
bd0bfe4d05
|
min-clients-per-thread needs to use the new config code
Former-commit-id: fed4bd5269a95a24f99d4542ceece09b9ad66d2c
|
2020-03-04 15:14:41 -05:00 |
|
John Sully
|
bffd982853
|
min-clients-per-thread needs to use the new config code
Former-commit-id: fed4bd5269a95a24f99d4542ceece09b9ad66d2c
|
2020-03-04 15:14:41 -05:00 |
|
antirez
|
b3134c8dd3
|
Make sync RDB deletion configurable. Default to no.
|
2020-03-04 17:44:21 +01:00 |
|
antirez
|
3bab69e921
|
Make sync RDB deletion configurable. Default to no.
|
2020-03-04 17:44:21 +01:00 |
|
bodong.ybd
|
e0cf09cace
|
Added BITFIELD_RO variants for read-only operations.
|
2020-03-04 20:51:45 +08:00 |
|
bodong.ybd
|
94376f46ad
|
Added BITFIELD_RO variants for read-only operations.
|
2020-03-04 20:51:45 +08:00 |
|
antirez
|
dff91688a6
|
Check that the file exists in removeRDBUsedToSyncReplicas().
|
2020-03-04 12:55:49 +01:00 |
|
antirez
|
d16bb64fa4
|
Check that the file exists in removeRDBUsedToSyncReplicas().
|
2020-03-04 12:55:49 +01:00 |
|
antirez
|
994b992782
|
Log RDB deletion in persistence-less instances.
|
2020-03-04 11:19:55 +01:00 |
|
antirez
|
ff024e3064
|
Log RDB deletion in persistence-less instances.
|
2020-03-04 11:19:55 +01:00 |
|
antirez
|
b661704fb5
|
Introduce bg_unlink().
|
2020-03-04 11:10:54 +01:00 |
|
antirez
|
f0acdee4c5
|
Introduce bg_unlink().
|
2020-03-04 11:10:54 +01:00 |
|
antirez
|
1d048a3b46
|
Remove RDB files used for replication in persistence-less instances.
|
2020-03-03 14:58:15 +01:00 |
|
antirez
|
5e2319c326
|
Remove RDB files used for replication in persistence-less instances.
|
2020-03-03 14:58:15 +01:00 |
|
Salvatore Sanfilippo
|
df8bc67c92
|
Merge pull request #6804 from qetu3790/unstable
Fix not used constant in lru_test_mode.
|
2020-03-02 17:43:36 +01:00 |
|
Salvatore Sanfilippo
|
f88f8661ac
|
Merge pull request #6804 from qetu3790/unstable
Fix not used constant in lru_test_mode.
|
2020-03-02 17:43:36 +01:00 |
|
Salvatore Sanfilippo
|
fdd06961c3
|
Merge pull request #6923 from hwware/marcofix
add missing marco in sdsalloc.h
|
2020-03-02 17:07:41 +01:00 |
|
Salvatore Sanfilippo
|
d3e8f3fb62
|
Merge pull request #6923 from hwware/marcofix
add missing marco in sdsalloc.h
|
2020-03-02 17:07:41 +01:00 |
|
Salvatore Sanfilippo
|
824590544a
|
Merge pull request #6944 from ShooterIT/acl-compiler-warning
To avoid compiler warnings
|
2020-03-02 16:53:17 +01:00 |
|
Salvatore Sanfilippo
|
bd07f121b9
|
Merge pull request #6944 from ShooterIT/acl-compiler-warning
To avoid compiler warnings
|
2020-03-02 16:53:17 +01:00 |
|
antirez
|
f09711fdb0
|
Use a smaller getkeys global buffer.
The idea is that very few commands have a lot of keys, and when this
happens the allocation time becomes neglegible.
|
2020-03-02 16:49:11 +01:00 |
|
antirez
|
6dd8de1774
|
Use a smaller getkeys global buffer.
The idea is that very few commands have a lot of keys, and when this
happens the allocation time becomes neglegible.
|
2020-03-02 16:49:11 +01:00 |
|
Salvatore Sanfilippo
|
4bf77ffe33
|
Merge pull request #6836 from oranagra/opt_get_keys_malloc
Optimize temporary memory allocations for getKeysFromCommand mechanism
|
2020-03-02 16:48:05 +01:00 |
|
Salvatore Sanfilippo
|
7ca81170c7
|
Merge pull request #6836 from oranagra/opt_get_keys_malloc
Optimize temporary memory allocations for getKeysFromCommand mechanism
|
2020-03-02 16:48:05 +01:00 |
|
John Sully
|
8366d765c0
|
Add option to build pro without license checks
Former-commit-id: 0713518d2f34559a06db31a9023228b91ce60af3
|
2020-03-01 22:16:25 -05:00 |
|
John Sully
|
87b36b00df
|
Add option to build pro without license checks
Former-commit-id: 0713518d2f34559a06db31a9023228b91ce60af3
|
2020-03-01 22:16:25 -05:00 |
|
benschermel
|
278916ca16
|
Merge branch 'unstable' into RELEASE_5
Former-commit-id: 7a244bb847491f992e15c4e9c55473ffd734a8ec
|
2020-03-01 19:53:32 -05:00 |
|
benschermel
|
7785fa981a
|
Merge branch 'unstable' into RELEASE_5
Former-commit-id: 7a244bb847491f992e15c4e9c55473ffd734a8ec
|
2020-03-01 19:53:32 -05:00 |
|
John Sully
|
556108ae22
|
Merge branch 'keydbpro' into PRO_RELEASE_6
Former-commit-id: 197022aa76949664dfd866e0e71602bf23cbc3a0
|
2020-03-01 19:18:56 -05:00 |
|
John Sully
|
3e3fa1a248
|
Merge branch 'keydbpro' into PRO_RELEASE_6
Former-commit-id: 197022aa76949664dfd866e0e71602bf23cbc3a0
|
2020-03-01 19:18:56 -05:00 |
|
John Sully
|
95b0448e4d
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: 4e8000d43cd4e23c90bf7e262835fae5ae6da34d
|
2020-03-01 19:18:34 -05:00 |
|
John Sully
|
51b6e9eb3f
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: 4e8000d43cd4e23c90bf7e262835fae5ae6da34d
|
2020-03-01 19:18:34 -05:00 |
|
John Sully
|
4ae77acde4
|
Rename cron command to KEYDB.CRON and add help
Former-commit-id: 1b925119b5ad24ab3a91763bf9f4633f5bc9fef4
|
2020-03-01 19:18:21 -05:00 |
|
John Sully
|
0648930af4
|
Rename cron command to KEYDB.CRON and add help
Former-commit-id: 1b925119b5ad24ab3a91763bf9f4633f5bc9fef4
|
2020-03-01 19:18:21 -05:00 |
|
John Sully
|
cb82710daf
|
Rename cron command to KEYDB.CRON and add help
Former-commit-id: 3eb847e28f6df45528dcebc6761290ff60248e78
|
2020-03-01 19:17:58 -05:00 |
|
John Sully
|
765ffea018
|
Rename cron command to KEYDB.CRON and add help
Former-commit-id: 3eb847e28f6df45528dcebc6761290ff60248e78
|
2020-03-01 19:17:58 -05:00 |
|
ShooterIT
|
7d85577ce1
|
Avoid compiler warnings
|
2020-02-29 18:28:41 +08:00 |
|
ShooterIT
|
98b23cce29
|
Avoid compiler warnings
|
2020-02-29 18:28:41 +08:00 |
|
John Sully
|
b950b89326
|
Bump version
Former-commit-id: e5776fd1a05b329c3113b94d26fba9e39816644f
|
2020-02-29 00:04:24 -05:00 |
|
John Sully
|
72c0b918b4
|
Bump version
Former-commit-id: e5776fd1a05b329c3113b94d26fba9e39816644f
|
2020-02-29 00:04:24 -05:00 |
|
John Sully
|
f7c93230d8
|
Merge branch 'keydbpro' into PRO_RELEASE_6
Former-commit-id: e559a947e6d233146416e68a7c69d4e9b2eadd6c
|
2020-02-29 00:03:55 -05:00 |
|
John Sully
|
7e04a6d97e
|
Merge branch 'keydbpro' into PRO_RELEASE_6
Former-commit-id: e559a947e6d233146416e68a7c69d4e9b2eadd6c
|
2020-02-29 00:03:55 -05:00 |
|
John Sully
|
e9501f7e0c
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: a60d71e13335bdf231b5f1bec61b457056dc5e0a
|
2020-02-28 23:57:45 -05:00 |
|
John Sully
|
b5b8e0e194
|
Merge branch 'redis_6_merge' into keydbpro
Former-commit-id: a60d71e13335bdf231b5f1bec61b457056dc5e0a
|
2020-02-28 23:57:45 -05:00 |
|
John Sully
|
0af756d4d7
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 9dc8f30e4783d7e2e9749b155f6bf3df57c536a7
|
2020-02-28 23:56:26 -05:00 |
|
John Sully
|
d5ed6f1b5e
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 9dc8f30e4783d7e2e9749b155f6bf3df57c536a7
|
2020-02-28 23:56:26 -05:00 |
|