John Sully
|
bffee1aa3f
|
Bump version
Former-commit-id: bf905a78f0982cf4e13a4d9bbd9fa0166233b245
|
2019-08-27 15:32:24 -04:00 |
|
John Sully
|
e7747b9181
|
Fix race condition in PUB/SUB and other async reply commands where the client can be freed before our handler is executed on the client thread. When this occurs the client pointer is dangling
Former-commit-id: fad9483fc920e5b1fa67e56d4b8483138b565bd3
|
2019-08-27 15:31:47 -04:00 |
|
John Sully
|
b98eed9945
|
Fix race condition in PUB/SUB and other async reply commands where the client can be freed before our handler is executed on the client thread. When this occurs the client pointer is dangling
Former-commit-id: 46a78c69e718f0aeb5e62f33c59458b15b8d9bc6
|
2019-08-26 20:18:52 -04:00 |
|
Oran Agra
|
78bbb9b58d
|
Modlue fork is killed when the parent exists
|
2019-08-25 10:11:48 +03:00 |
|
Oran Agra
|
61853ad8de
|
Module INFO, support default section for simple modules
|
2019-08-18 10:01:57 +03:00 |
|
Oran Agra
|
1d6e5dc4dc
|
Module INFO, add support for dict fields, rename API to have common prefix
|
2019-08-18 09:41:45 +03:00 |
|
John Sully
|
7b937c830b
|
Fix warnings on newer compilers
Former-commit-id: 33e0b3e1c0ddc0e56a00100e202b89eeff9cff61
|
2019-08-14 01:03:24 -04:00 |
|
Oran Agra
|
1026d2caf8
|
fix error handling on config parsing of repl-diskless-load
|
2019-08-08 14:53:36 +03:00 |
|
Oran Agra
|
0a97149dec
|
RM_ReplyWithCString was missing registration
|
2019-08-07 13:06:11 +03:00 |
|
Diego Bendersky
|
b27f388344
|
pass len to alloc in clusterManagerMigrateKeysInReply
|
2019-08-05 17:35:50 -03:00 |
|
antirez
|
0e9b5adbd3
|
Replication: clarify why repl_put_online_on_ack exists at all.
|
2019-08-05 17:38:15 +02:00 |
|
John Sully
|
eb6152c3cf
|
Optimize the new expire code
Former-commit-id: 75c6b4c64a9c9f39654c16b1f5ff5a003d24afbc
|
2019-08-02 21:31:05 -04:00 |
|
zhaozhao.zz
|
d3f7eb0c87
|
networking: flushSlavesOutputBuffers bugfix
|
2019-08-02 17:17:19 +08:00 |
|
antirez
|
583933e2d6
|
Fix regression causing EXEC to appear in the slow log.
This was recently introduced with PR #6266.
|
2019-07-31 19:05:20 +02:00 |
|
antirez
|
2a8a63af44
|
Make EMBSTR case of #6261 more obvious.
|
2019-07-31 12:03:10 +02:00 |
|
Salvatore Sanfilippo
|
f899c31fbc
|
Merge pull request #6261 from chendq8/robj
make memory usage consistent of robj with OBJ_ENCODING_INT
|
2019-07-31 11:54:11 +02:00 |
|
Salvatore Sanfilippo
|
fc5c2052b5
|
Merge pull request #6266 from madolson/dev-unstable-hide-auth-and-hello
Hide HELLO and AUTH from slowlog and monitor
|
2019-07-31 11:12:46 +02:00 |
|
antirez
|
e1b13b4d39
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-07-31 10:37:17 +02:00 |
|
antirez
|
b2079cb508
|
HyperLogLog: fix the fix of a corruption bug.
|
2019-07-31 10:36:23 +02: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
|
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
|
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
|
40c4183196
|
Log message when modules prevent diskless-load
|
2019-07-30 16:32:58 +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
|
4339706e07
|
Avoid diskelss-load if modules did not declare they handle read errors
|
2019-07-30 15:11:57 +03: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
|
ce72cac0f8
|
Merge pull request #6269 from wubostc/patch-1
Reduce the calling stack
|
2019-07-30 11:41:48 +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 |
|
John Sully
|
d659654f53
|
Fix HLL corruption bug
|
2019-07-29 18:11:52 -04:00 |
|
John Sully
|
0df22ef9f6
|
Fix HLL corruption
Former-commit-id: 47ef9e5cbd11dad107a68a94dfb51d192e86c84e
|
2019-07-29 18:08:45 -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
|
caaf5d9141
|
Fix crash in RediSearch
Former-commit-id: 6b6e6f6c1ef49f87f794de512489e5fbbfb67ca0
|
2019-07-29 15:08:57 -04:00 |
|
John Sully
|
363fbbb54c
|
Fix crash in RediSearch
Former-commit-id: cbe5c04a0f3b0b1886f6c88c0a2401e0e6501b3b
|
2019-07-29 15:08:41 -04:00 |
|
David Carlier
|
f1c6c658ac
|
Updating resident memory request impl on FreeBSD.
|
2019-07-28 14:33:57 +01: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
|
e7ef6c23c8
|
RREPLAY failures should be logged
Former-commit-id: b0a0f03b96b44005e905f5d46985d76d52a712ec
|
2019-07-24 22:49:55 -04:00 |
|
John Sully
|
f3aa422a3f
|
RREPLAY failures should be logged
Former-commit-id: 08b6a04055e950e53f043391ec9f9a09f654b1ee
|
2019-07-24 22:49:30 -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
|
f31b1fd06b
|
Issue #64 RREPLAY isn't binary safe. Add fix and test.
Former-commit-id: afe66288fe9df6d8247d459e57858430f1ec7a25
|
2019-07-24 22:31:02 -04:00 |
|
Oran Agra
|
e91d9a6fff
|
Extend modules API to allow modules report to redis INFO
this implements #6012
|
2019-07-24 12:58:15 +03:00 |
|
antirez
|
fde5e737dc
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-07-24 11:45:19 +02:00 |
|
antirez
|
32efd9adf8
|
Client side caching: config option for table fill rate.
|
2019-07-24 11:35:01 +02:00 |
|
wubostc
|
48f4cfb601
|
Reduce the calling stack
|
2019-07-24 16:22:26 +08:00 |
|
John Sully
|
2df14dc997
|
We can't set FExpire() on shared objects, issue #66
Former-commit-id: 2794cfced4fdb18c0860e966dde0b46b9584c4dc
|
2019-07-23 23:39:47 -04:00 |
|
John Sully
|
9711895721
|
Subexpire entries should load/save
Former-commit-id: a55d98043655473ecdd53db2927381635eefc0b8
|
2019-07-23 18:53:59 -04:00 |
|
John Sully
|
010450e68f
|
Fix buggy rebase
Former-commit-id: 6037d1f326116e5aae56be9a73a8f9ca68a45bbe
|
2019-07-23 18:53:59 -04:00 |
|
John Sully
|
589628823f
|
Fix merge conflict
Former-commit-id: 0b43b51a2e3a6af11532146fbb7929f3ecf3b036
|
2019-07-23 18:53:59 -04:00 |
|
John Sully
|
f88592451d
|
Plumb support for sub expires to all expire related code
Former-commit-id: 184abac6942a9a6aa8783741b50b23210afddcc5
|
2019-07-23 18:53:59 -04:00 |
|
John Sully
|
d7a1231238
|
Fix crash with traditional expiration
Former-commit-id: 0ba5b2c3d66d3a1a520f223ad2c288c22601bd5a
|
2019-07-23 18:53:58 -04:00 |
|
John Sully
|
2a2225d150
|
Initial prototype of EXPIREMEMBER command
Former-commit-id: 0b3d74ea67d616a6869cbd66198c8dd7ffa72eb7
|
2019-07-23 18:53:58 -04:00 |
|