John Sully
|
bb6aa59883
|
recommended rocksdb tuning
Former-commit-id: 2a634365f901968f9758d2d362f211b8e0fddc2a
|
2019-12-24 02:22:47 -05:00 |
|
John Sully
|
5c657aefcb
|
recommended rocksdb tuning
Former-commit-id: 2a634365f901968f9758d2d362f211b8e0fddc2a
|
2019-12-24 02:22:47 -05:00 |
|
John Sully
|
098684bf8e
|
Track key count accurately before we've committed to the database. Also use this to optimize DB lookups when all keys are in memory
Former-commit-id: 78c07f0276109a085761b7044d4edc63af26d3da
|
2019-12-24 00:03:38 -05:00 |
|
John Sully
|
fb2d81395d
|
Track key count accurately before we've committed to the database. Also use this to optimize DB lookups when all keys are in memory
Former-commit-id: 78c07f0276109a085761b7044d4edc63af26d3da
|
2019-12-24 00:03:38 -05:00 |
|
John Sully
|
7da74195a8
|
Perf remove extra lookup in rocksdb
Former-commit-id: 8074472c7a25572a53f1166911920c2cb168c141
|
2019-12-23 23:32:04 -05:00 |
|
John Sully
|
2f46f18c35
|
Perf remove extra lookup in rocksdb
Former-commit-id: 8074472c7a25572a53f1166911920c2cb168c141
|
2019-12-23 23:32:04 -05:00 |
|
John Sully
|
cded9874a0
|
More testing
Former-commit-id: 564d94f0653315ce05495a8d83ff8577a365c11b
|
2019-12-23 22:14:43 -05:00 |
|
John Sully
|
3d265fc3df
|
More testing
Former-commit-id: 564d94f0653315ce05495a8d83ff8577a365c11b
|
2019-12-23 22:14:43 -05:00 |
|
John Sully
|
054bbe9baa
|
Fix issue where database size is off when setting key with expire
Former-commit-id: 7796918bfb4a98bc056b3b8f4065f1416da8d89a
|
2019-12-23 22:07:33 -05:00 |
|
John Sully
|
f8c903475a
|
Fix issue where database size is off when setting key with expire
Former-commit-id: 7796918bfb4a98bc056b3b8f4065f1416da8d89a
|
2019-12-23 22:07:33 -05:00 |
|
John Sully
|
ef62b9b14c
|
Add missing files
Former-commit-id: 4eadf8f0923ee70ffa3af329a4d636d508bfad8d
|
2019-12-23 19:07:53 -05:00 |
|
John Sully
|
0ab5ea7b9b
|
Add missing files
Former-commit-id: 4eadf8f0923ee70ffa3af329a4d636d508bfad8d
|
2019-12-23 19:07:53 -05:00 |
|
John Sully
|
4fd552d8b6
|
Add more test code, and fix bugs uncovered
Former-commit-id: 5362fa4b62f89cbc1e92e01c73a45c4e3718708b
|
2019-12-23 17:17:41 -05:00 |
|
John Sully
|
94ea48978d
|
Add more test code, and fix bugs uncovered
Former-commit-id: 5362fa4b62f89cbc1e92e01c73a45c4e3718708b
|
2019-12-23 17:17:41 -05:00 |
|
Yossi Gottlieb
|
7ca3d5db5f
|
Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.
|
2019-12-23 19:43:51 +02:00 |
|
Yossi Gottlieb
|
0c898bdb07
|
Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.
|
2019-12-23 19:43:51 +02:00 |
|
Oran Agra
|
5cc62cc219
|
modules don't signalModifiedKey in setKey() since that's done (optionally) in RM_CloseKey
|
2019-12-23 10:15:52 +02:00 |
|
Oran Agra
|
660645c742
|
modules don't signalModifiedKey in setKey() since that's done (optionally) in RM_CloseKey
|
2019-12-23 10:15:52 +02:00 |
|
John Sully
|
bd4d372d45
|
Key count is innacurate after overwrite
Former-commit-id: 180c5a8e401415cede36548ab8d01f3e4ff8fb7f
|
2019-12-22 19:41:36 -05:00 |
|
John Sully
|
033eda6016
|
Key count is innacurate after overwrite
Former-commit-id: 180c5a8e401415cede36548ab8d01f3e4ff8fb7f
|
2019-12-22 19:41:36 -05:00 |
|
John Sully
|
59f7bd49c9
|
Add additional tests
Former-commit-id: e7d2c78e776b8262fd54caeb7b6bd210182e9bdb
|
2019-12-22 19:16:30 -05:00 |
|
John Sully
|
1b56e36309
|
Add additional tests
Former-commit-id: e7d2c78e776b8262fd54caeb7b6bd210182e9bdb
|
2019-12-22 19:16:30 -05:00 |
|
John Sully
|
ca3c4474c2
|
Fix FLASH eviction issue, the algo relies on correct key count
Former-commit-id: dc260a7f44fe197b9b0022d044d559be88bf91be
|
2019-12-22 18:38:10 -05:00 |
|
John Sully
|
b43dda66e7
|
Fix FLASH eviction issue, the algo relies on correct key count
Former-commit-id: dc260a7f44fe197b9b0022d044d559be88bf91be
|
2019-12-22 18:38:10 -05:00 |
|
John Sully
|
1e49dfe8e7
|
Optimization fails because dbAdd() will ensure the key
Former-commit-id: 1448b555c49fb5ba4a573a97681f7843ba02141f
|
2019-12-22 17:49:54 -05:00 |
|
John Sully
|
3a3ff9318a
|
Optimization fails because dbAdd() will ensure the key
Former-commit-id: 1448b555c49fb5ba4a573a97681f7843ba02141f
|
2019-12-22 17:49:54 -05:00 |
|
John Sully
|
8ef2ec84de
|
Merge remote-tracking branch 'nonfree/tests' into keydbpro
Former-commit-id: 180b059c05290aa403197bca819ec092c5ab326d
|
2019-12-22 17:31:05 -05:00 |
|
John Sully
|
2dc8e866f4
|
Merge remote-tracking branch 'nonfree/tests' into keydbpro
Former-commit-id: 180b059c05290aa403197bca819ec092c5ab326d
|
2019-12-22 17:31:05 -05:00 |
|
John Sully
|
7c8dda47cb
|
Fix issue where DELETE always returns 1 when using FLASH
Former-commit-id: 0574db59fdc740255388ae77d2ece8622898bb49
|
2019-12-22 17:30:15 -05:00 |
|
John Sully
|
232cc7c566
|
Fix issue where DELETE always returns 1 when using FLASH
Former-commit-id: 0574db59fdc740255388ae77d2ece8622898bb49
|
2019-12-22 17:30:15 -05:00 |
|
John Sully
|
e530793e82
|
Multimaster requires Active Replication
Former-commit-id: 4d4eca54336c73848ffa36cb1778b7c853f77f7f
|
2019-12-21 18:24:02 -05:00 |
|
John Sully
|
f12d664374
|
Multimaster requires Active Replication
Former-commit-id: 4d4eca54336c73848ffa36cb1778b7c853f77f7f
|
2019-12-21 18:24:02 -05:00 |
|
Petr Vaněk
|
8146f24391
|
Rename redis.conf to keydb.conf
Former-commit-id: 4b01ad1e30568a5385881accedd8a841c7a7882f
|
2019-12-21 15:00:24 -05:00 |
|
Petr Vaněk
|
6eadfd5d34
|
Rename redis.conf to keydb.conf
Former-commit-id: 4b01ad1e30568a5385881accedd8a841c7a7882f
|
2019-12-21 15:00:24 -05:00 |
|
Petr Vaněk
|
8c7a04d747
|
Rename default pid file
Former-commit-id: 3b60929bdc95f43901799042b302c713b520aee8
|
2019-12-21 15:00:24 -05:00 |
|
Petr Vaněk
|
9ff5ae8a7b
|
Rename default pid file
Former-commit-id: 3b60929bdc95f43901799042b302c713b520aee8
|
2019-12-21 15:00:24 -05:00 |
|
Khem Raj
|
e72ad3483a
|
Mark extern definition of SDS_NOINIT in sds.h
This helps in avoiding multiple definition of this variable, its also
defined globally in sds.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
2019-12-21 11:47:31 -08:00 |
|
Khem Raj
|
af02478ba0
|
Mark extern definition of SDS_NOINIT in sds.h
This helps in avoiding multiple definition of this variable, its also
defined globally in sds.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
2019-12-21 11:47:31 -08:00 |
|
bodong.ybd
|
9cbabf32a5
|
Fix spop return nil #4709
|
2019-12-21 21:27:38 +08:00 |
|
bodong.ybd
|
337dcde9fa
|
Fix spop return nil #4709
|
2019-12-21 21:27:38 +08:00 |
|
John Sully
|
afce86838e
|
Only override maxmemory settings if everything is default
Former-commit-id: 9fb240d49c61f5a69124a17cfc769095cadd3d98
|
2019-12-20 18:19:24 -05:00 |
|
John Sully
|
8c27dc6632
|
Only override maxmemory settings if everything is default
Former-commit-id: 9fb240d49c61f5a69124a17cfc769095cadd3d98
|
2019-12-20 18:19:24 -05:00 |
|
John Sully
|
448b1093cd
|
Evicted flash no longer keeps the key around
Former-commit-id: 908b303d1a8dd032c092f0bc035361a09c0291a5
|
2019-12-20 17:45:07 -05:00 |
|
John Sully
|
6a77ceaa4a
|
Evicted flash no longer keeps the key around
Former-commit-id: 908b303d1a8dd032c092f0bc035361a09c0291a5
|
2019-12-20 17:45:07 -05:00 |
|
antirez
|
1d353f171b
|
Fix ip and missing mode in RM_GetClusterNodeInfo().
|
2019-12-20 12:29:02 +01:00 |
|
antirez
|
324e22accf
|
Fix ip and missing mode in RM_GetClusterNodeInfo().
|
2019-12-20 12:29:02 +01:00 |
|
John Sully
|
439362992f
|
FLASH storage no longer keeps evicted keys in memory
Former-commit-id: 65c2b47c895d57231bbd3f451ecf1f6d9871f5f7
|
2019-12-19 17:30:31 -05:00 |
|
John Sully
|
ac8450b332
|
FLASH storage no longer keeps evicted keys in memory
Former-commit-id: 65c2b47c895d57231bbd3f451ecf1f6d9871f5f7
|
2019-12-19 17:30:31 -05:00 |
|
John Sully
|
a0a33f7607
|
tests should use the new binary name
Former-commit-id: b4ee3c4ea57041d7c87ec228994ff5397bb6139f
|
2019-12-19 17:13:51 -05:00 |
|
John Sully
|
d83bffed8f
|
tests should use the new binary name
Former-commit-id: b4ee3c4ea57041d7c87ec228994ff5397bb6139f
|
2019-12-19 17:13:51 -05:00 |
|