John Sully
|
2833febaa5
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 6bc92d6d3182970ebe64184d5be9108321182218
|
2020-03-04 17:13:50 -05:00 |
|
John Sully
|
3dbe23f513
|
Add missing files from last checkin
Former-commit-id: 60c0d4104de3ff904758c200342e4d132b19501c
|
2020-03-04 17:13:18 -05:00 |
|
John Sully
|
a669a40ac6
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 52fd4445a472fa3112e96c6a7ef66ecdfe6ce9f5
|
2020-03-04 17:13:01 -05:00 |
|
John Sully
|
de2b08c3f8
|
Add extra logging when reporting errors from masters - especially in rreplay
Former-commit-id: 5397f0b03312b8cace07a85333d8f035bdfb8d57
|
2020-03-04 17:09:12 -05:00 |
|
John Sully
|
21fb601851
|
MOTD refactor
Former-commit-id: 6c78ec7c41223b3381e19fdf78478f66b4959dc9
|
2020-03-04 16:22:55 -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 |
|
John Sully
|
53a66f6a72
|
Update README.md
Former-commit-id: c0882864f2fff0a32899e983ad4fe060eb71c1ad
|
2020-03-03 13:58:48 -08:00 |
|
John Sully
|
529b860f85
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 1a7e2e663e0ebabdf51ec8b6bd50d8a4c8a611c8
|
2020-03-01 21:48:51 -05:00 |
|
John Sully
|
de3d796eb7
|
Update tests to reflect new CRON name (keydb.cron)
Former-commit-id: 83f585e30ab9d37408c79b74e2536664325a051f
|
2020-03-01 21:42:01 -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
|
765ffea018
|
Rename cron command to KEYDB.CRON and add help
Former-commit-id: 3eb847e28f6df45528dcebc6761290ff60248e78
|
2020-03-01 19:17:58 -05:00 |
|
John Sully
|
d5ed6f1b5e
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 9dc8f30e4783d7e2e9749b155f6bf3df57c536a7
|
2020-02-28 23:56:26 -05:00 |
|
John Sully
|
ec4eb534d7
|
Fix compile failure on raspberry pi machines, issue #141
Former-commit-id: aaca32a5cd1bdb0314b4a57847938854b8a4fef2
|
2020-02-28 23:49:17 -05:00 |
|
John Sully
|
f68f3d0d14
|
Fix not respecting max clients config, issue #147
Former-commit-id: 54c96d19954fbddcfd2a307e436ca3290c76e0fb
|
2020-02-28 22:04:42 -05:00 |
|
John Sully
|
1db49c5897
|
Fix issue #146
Former-commit-id: e5a2d594464a965f36e4cbf924f02929265186e6
|
2020-02-28 21:21:05 -05:00 |
|
John Sully
|
48ba6c173c
|
Fix crash propogating stale keys
Former-commit-id: d95bead3837edeca11f27f6f344eca8174ca53e3
|
2020-02-26 21:49:40 -05:00 |
|
John Sully
|
c33886e152
|
Change Redis to KeyDB
Former-commit-id: 51ea3cf30ca99be8064fc95c8ddd0d61fdcc5c5d
|
2020-02-17 23:46:01 -05:00 |
|
John Sully
|
5e885739ef
|
Change Redis to KeyDB
Former-commit-id: 6ad6c1d780f26a0785f39586b074ac3bb3132e09
|
2020-02-17 23:45:40 -05:00 |
|
John Sully
|
1abc602081
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 32f34f63fd1025ae8337e8f30e9622abf08ee014
|
2020-02-17 19:55:29 -05:00 |
|
John Sully
|
c2ef5957ef
|
Add double unlock detection and improve fastlock_unlock assmebly
Former-commit-id: 98aefac09b6b59371e6c1c77d1ef2794bfc5ae62
|
2020-02-17 19:54:05 -05:00 |
|
John Sully
|
77f90d9515
|
Incorrect use of std::atomic
Former-commit-id: 5dc84850addff084c95f9280718fcb1d6fee3b82
|
2020-02-17 19:07:13 -05:00 |
|
John Sully
|
d90ebb9f85
|
processEventsWhileBlocked not exception safe
Former-commit-id: 45b711f9d124a948a66e667992176b5387943512
|
2020-02-17 19:04:11 -05:00 |
|
John Sully
|
96c4f5ecfc
|
processEventsWhileBlocked not exception safe
Former-commit-id: 1ef187533c26bfa0c084a815b8b80de92ba1cf0b
|
2020-02-17 19:03:49 -05:00 |
|
John Sully
|
79e945f5e5
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 6a71de7835f427cebb23e4c2f0d19ed63a02f09e
|
2020-02-16 19:14:51 -05:00 |
|
John Sully
|
47f98259f9
|
Support C++14 and remove dependency on future standard 2a
Former-commit-id: 18496b62853738bf7bd48f65fe34aafcba8bbe0b
|
2020-02-16 19:04:56 -05:00 |
|
John Sully
|
4d01660331
|
Graceful shutdown of server threads when quit is requested
Former-commit-id: b9db899f6ccea62222170c6eec264d403a7a911d
|
2020-02-16 18:53:46 -05:00 |
|
John Sully
|
3de971b10c
|
Fix memory leak in RDB load
Former-commit-id: 4e9d2f08b11cc76bb2716514fa6d55f76160fd13
|
2020-02-16 18:42:14 -05:00 |
|
John Sully
|
2f62f3fbcd
|
Fix memory leak in RDB load
Former-commit-id: 06ad1c15d719a34fed36244b12a593f749bbb8a6
|
2020-02-16 18:41:50 -05:00 |
|
John Sully
|
873d5537e8
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 30a603ce05956195aa027a3400eafd48d2750ea7
|
2020-02-16 18:18:24 -05:00 |
|
John Sully
|
e5f23dbd07
|
Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable
Former-commit-id: 63ae679fe1104f7cde4c9b5efe4a72be6b3435db
|
2020-02-16 18:12:11 -05:00 |
|
John Sully
|
0b5a7f5482
|
Memory leak fix on config, and redisDb dtor
Former-commit-id: b92bbf4de8ffc3edc965e2f9da4dd82ed7071559
|
2020-02-16 17:08:00 -05:00 |
|
John Sully
|
5780020388
|
Fix memory leak of ReplicaNestState on shutdown
Former-commit-id: 4781eda7225c2640e25387663c33ef74cd98b0c4
|
2020-02-16 03:43:29 -05:00 |
|
John Sully
|
5f2e509129
|
aeDeleteEventLoop use after free and leak fixes
Former-commit-id: 2fd93c5789a4e81455d51b2a4786f708e8d6a2d7
|
2020-02-16 03:34:25 -05:00 |
|
John Sully
|
d1885547f2
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 329519d4aa230a9f7f2d3b82158f8cafcbbd6952
|
2020-02-11 03:48:08 -05:00 |
|
John Sully
|
da293758fc
|
Fix race condition in allocating connections to threads
Former-commit-id: 52434a583aa7114ff5658226441ab82ed3110a57
|
2020-02-11 03:44:28 -05:00 |
|
John Sully
|
ee99605def
|
Merge branch 'unstable' into redis_6_merge
Former-commit-id: 18a5f46b6138e8a975dda0ed4897d19eed756d24
|
2020-02-11 02:39:08 -05:00 |
|
John Sully
|
e30630d53b
|
Implement an error handler so bug #125 can't happen
Former-commit-id: 16a019dba053fd0654116ff98a2ad0b66a9ed4e6
|
2020-02-11 01:41:00 -05:00 |
|
John Sully
|
3282d4114f
|
Fix higher latency at low load by grouping clients to threads. This fixes slow perf in cluster benchmarks mentioned in issue #102
Former-commit-id: 1a4c3224c9848f02fbdb49674045b593cfc41d31
|
2020-02-11 01:00:21 -05:00 |
|
John Sully
|
47acc74247
|
Fix cases where duplicate RREPLAY is applied
Former-commit-id: c3317686f8b8d94a3b2295def899ae30e208f327
|
2020-02-11 00:59:07 -05:00 |
|
John Sully
|
3f62860342
|
Fix issue #119
Former-commit-id: 46224721237616c345f6726b721a354d7bda71df
|
2020-02-10 19:52:57 -05:00 |
|
John Sully
|
5a71721610
|
Fix memory leak in cron
Former-commit-id: f1748f8c7611ad96d7ba4fed66439cd1f043e6f3
|
2020-02-10 18:26:04 -05:00 |
|
John Sully
|
9dc9707693
|
Add missing test file
Former-commit-id: 0c101dccc825668cb7ff07c23e82db0f5642b786
|
2020-02-10 18:15:29 -05:00 |
|
John Sully
|
66925e9a54
|
CLANG build fix
Former-commit-id: dc78bf1ccbd3dfd2de582d2a0d0be3223de3c7c3
|
2020-02-10 00:29:26 -05:00 |
|
John Sully
|
9cd3b8253d
|
Ensure multi-master works for ring topologies
Former-commit-id: a7cc3aac28ccec4dadb80aa2cc7279c53982bc28
|
2020-02-10 00:25:03 -05:00 |
|
John Sully
|
e05f9de395
|
Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable
Former-commit-id: 339631530a5e18af7ad53f1a3df03d24085f9450
|
2020-02-09 02:25:20 -05:00 |
|
John Sully
|
6d25bd9f47
|
Addmissing test file
Former-commit-id: fb2bdf7d05e27b15dcb53b09d6820416a99a3ba7
|
2020-02-08 16:49:41 -05:00 |
|
John Sully
|
70cb1df72a
|
merge 5.0 unstable
Former-commit-id: c45f1328ac82fa9ebc8731314b40bd059ea45b6f
|
2020-02-07 16:45:59 -05:00 |
|
John Sully
|
a5a736be73
|
Fix issue #137 and #132
Former-commit-id: 050d58007f84e4f71b0ae8b053ae4d6fd5bb4ec7
|
2020-02-06 23:31:31 -05:00 |
|
John Sully
|
a21c81c30e
|
Add test to detect issue #137 and #132
Former-commit-id: 49d86746edef497a568c6f3a64695d420305cca8
|
2020-02-06 23:31:12 -05:00 |
|
John Sully
|
46506b3e53
|
module fixes
Former-commit-id: ef4e11ecb8a6f1a05bb21f014120b0ef9e771b60
|
2020-02-04 01:22:25 -05:00 |
|