antirez
|
e1b13b4d39
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-07-31 10:37:17 +02:00 |
|
antirez
|
6637823a4f
|
HyperLogLog: fix the fix of a corruption bug.
|
2019-07-31 10:36:23 +02:00 |
|
antirez
|
b2079cb508
|
HyperLogLog: fix the fix of a corruption bug.
|
2019-07-31 10:36:23 +02:00 |
|
John Sully
|
ef6d9c6e1f
|
Fix test failures: Non active replicas are allowed to use shared int values
Former-commit-id: 8536854266d5795c5c2bc11b8b344f20759b55af
|
2019-07-30 17:11:15 -04:00 |
|
John Sully
|
02151b9110
|
Fix test failures: Non active replicas are allowed to use shared int values
Former-commit-id: 8536854266d5795c5c2bc11b8b344f20759b55af
|
2019-07-30 17:11:15 -04:00 |
|
John Sully
|
5525de6148
|
Acquire the lock for modules that don't acquire it before calling like they are supposed to
Former-commit-id: 6016dd0f8b68ceeeb161a39a0d531a3cc52d78d8
|
2019-07-30 16:54:25 -04:00 |
|
John Sully
|
863ae63e2c
|
Acquire the lock for modules that don't acquire it before calling like they are supposed to
Former-commit-id: 6016dd0f8b68ceeeb161a39a0d531a3cc52d78d8
|
2019-07-30 16:54:25 -04:00 |
|
Salvatore Sanfilippo
|
62aad1276e
|
Merge pull request #6277 from devnexen/fbsd_get_rss
Updating resident memory request impl on FreeBSD.
|
2019-07-30 18:24:38 +02:00 |
|
Salvatore Sanfilippo
|
f0c10d4360
|
Merge pull request #6277 from devnexen/fbsd_get_rss
Updating resident memory request impl on FreeBSD.
|
2019-07-30 18:24:38 +02:00 |
|
Oran Agra
|
4b9c5d8536
|
Log message when modules prevent diskless-load
|
2019-07-30 16:32:58 +03:00 |
|
Oran Agra
|
40c4183196
|
Log message when modules prevent diskless-load
|
2019-07-30 16:32:58 +03:00 |
|
Oran Agra
|
037ac27e41
|
Add test for module diskless short reads
|
2019-07-30 15:20:03 +03:00 |
|
Oran Agra
|
07b1abab95
|
Add test for module diskless short reads
|
2019-07-30 15:20:03 +03:00 |
|
Oran Agra
|
7d18a61559
|
Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errors
|
2019-07-30 15:14:08 +03:00 |
|
Oran Agra
|
e5187ad2ae
|
Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errors
|
2019-07-30 15:14:08 +03:00 |
|
Oran Agra
|
9fa285523c
|
Avoid diskelss-load if modules did not declare they handle read errors
|
2019-07-30 15:11:57 +03:00 |
|
Oran Agra
|
4339706e07
|
Avoid diskelss-load if modules did not declare they handle read errors
|
2019-07-30 15:11:57 +03:00 |
|
Salvatore Sanfilippo
|
8e2a99eb4b
|
Merge pull request #6264 from oranagra/modules_api_aux_rdb
Implement module api for aux data in rdb
|
2019-07-30 11:50:44 +02:00 |
|
Salvatore Sanfilippo
|
f42846e8c7
|
Merge pull request #6264 from oranagra/modules_api_aux_rdb
Implement module api for aux data in rdb
|
2019-07-30 11:50:44 +02:00 |
|
Salvatore Sanfilippo
|
4961e01375
|
Merge pull request #6269 from wubostc/patch-1
Reduce the calling stack
|
2019-07-30 11:41:48 +02:00 |
|
Salvatore Sanfilippo
|
ce72cac0f8
|
Merge pull request #6269 from wubostc/patch-1
Reduce the calling stack
|
2019-07-30 11:41:48 +02:00 |
|
antirez
|
fe6d9e4c95
|
emptyDbGeneric(): call signalFlushDb() before deleting the keys.
This was broken since a refactoring performed recently by myself.
|
2019-07-30 11:20:54 +02:00 |
|
antirez
|
e4b3c8bbc3
|
emptyDbGeneric(): call signalFlushDb() before deleting the keys.
This was broken since a refactoring performed recently by myself.
|
2019-07-30 11:20:54 +02:00 |
|
Salvatore Sanfilippo
|
8916e8bd25
|
Merge pull request #6282 from JohnSully/hll_corruption
Fix HLL corruption bug
|
2019-07-30 10:24:28 +02:00 |
|
Salvatore Sanfilippo
|
cc8125a779
|
Merge pull request #6282 from JohnSully/hll_corruption
Fix HLL corruption bug
|
2019-07-30 10:24:28 +02:00 |
|
John Sully
|
c6d5347a22
|
Fix HLL corruption bug
|
2019-07-29 18:11:52 -04:00 |
|
John Sully
|
d659654f53
|
Fix HLL corruption bug
|
2019-07-29 18:11:52 -04:00 |
|
John Sully
|
89b8ba8d9d
|
Fix HLL corruption
Former-commit-id: 47ef9e5cbd11dad107a68a94dfb51d192e86c84e
|
2019-07-29 18:08:45 -04:00 |
|
John Sully
|
0df22ef9f6
|
Fix HLL corruption
Former-commit-id: 47ef9e5cbd11dad107a68a94dfb51d192e86c84e
|
2019-07-29 18:08:45 -04:00 |
|
John Sully
|
f8884fed3a
|
Fix crash setting expire on a key with an existing subkey expiration
Former-commit-id: 4858fd893c8e638b0efdcd3ab2c6dc188a6dc6bd
|
2019-07-29 17:09:51 -04:00 |
|
John Sully
|
2181eca5de
|
Fix crash setting expire on a key with an existing subkey expiration
Former-commit-id: 4858fd893c8e638b0efdcd3ab2c6dc188a6dc6bd
|
2019-07-29 17:09:51 -04:00 |
|
John Sully
|
8d36bab0e1
|
Fix crash in RediSearch
Former-commit-id: 6b6e6f6c1ef49f87f794de512489e5fbbfb67ca0
|
2019-07-29 15:08:57 -04:00 |
|
John Sully
|
caaf5d9141
|
Fix crash in RediSearch
Former-commit-id: 6b6e6f6c1ef49f87f794de512489e5fbbfb67ca0
|
2019-07-29 15:08:57 -04:00 |
|
John Sully
|
945a7b69f1
|
Fix crash in RediSearch
Former-commit-id: cbe5c04a0f3b0b1886f6c88c0a2401e0e6501b3b
|
2019-07-29 15:08:41 -04:00 |
|
John Sully
|
363fbbb54c
|
Fix crash in RediSearch
Former-commit-id: cbe5c04a0f3b0b1886f6c88c0a2401e0e6501b3b
|
2019-07-29 15:08:41 -04:00 |
|
David Carlier
|
920cbf051a
|
Updating resident memory request impl on FreeBSD.
|
2019-07-28 14:33:57 +01:00 |
|
David Carlier
|
f1c6c658ac
|
Updating resident memory request impl on FreeBSD.
|
2019-07-28 14:33:57 +01:00 |
|
antirez
|
cf2df9829c
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-07-25 19:18:26 +02:00 |
|
antirez
|
505a855000
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-07-25 19:18:26 +02:00 |
|
antirez
|
4e547a0ac5
|
Mark diskless loads as experimental in redis.conf.
|
2019-07-25 19:17:58 +02:00 |
|
antirez
|
0714581e0c
|
Mark diskless loads as experimental in redis.conf.
|
2019-07-25 19:17:58 +02:00 |
|
Salvatore Sanfilippo
|
6b03774963
|
Merge pull request #6248 from oranagra/module-log
RM_Log - add support for logging without a context or context without module
|
2019-07-25 18:48:46 +02:00 |
|
Salvatore Sanfilippo
|
5591a14c0a
|
Merge pull request #6248 from oranagra/module-log
RM_Log - add support for logging without a context or context without module
|
2019-07-25 18:48:46 +02:00 |
|
John Sully
|
ce96c69719
|
RREPLAY failures should be logged
Former-commit-id: b0a0f03b96b44005e905f5d46985d76d52a712ec
|
2019-07-24 22:49:55 -04:00 |
|
John Sully
|
e7ef6c23c8
|
RREPLAY failures should be logged
Former-commit-id: b0a0f03b96b44005e905f5d46985d76d52a712ec
|
2019-07-24 22:49:55 -04:00 |
|
John Sully
|
e3b97286ca
|
RREPLAY failures should be logged
Former-commit-id: 08b6a04055e950e53f043391ec9f9a09f654b1ee
|
2019-07-24 22:49:30 -04:00 |
|
John Sully
|
f3aa422a3f
|
RREPLAY failures should be logged
Former-commit-id: 08b6a04055e950e53f043391ec9f9a09f654b1ee
|
2019-07-24 22:49:30 -04:00 |
|
John Sully
|
17e6131ca5
|
Issue #64 RREPLAY isn't binary safe. Add fix and test.
Former-commit-id: f1982ca63dc8dd85b62c1338d7be324595b6ad8e
|
2019-07-24 22:31:44 -04:00 |
|
John Sully
|
5b2ea98292
|
Issue #64 RREPLAY isn't binary safe. Add fix and test.
Former-commit-id: f1982ca63dc8dd85b62c1338d7be324595b6ad8e
|
2019-07-24 22:31:44 -04:00 |
|
John Sully
|
4c49370efe
|
Issue #64 RREPLAY isn't binary safe. Add fix and test.
Former-commit-id: afe66288fe9df6d8247d459e57858430f1ec7a25
|
2019-07-24 22:31:02 -04:00 |
|