antirez
|
ab4dddc4eb
|
Remove non semantical spaces from module.c.
|
2018-02-15 21:41:03 +01:00 |
|
antirez
|
aa57481d8c
|
Remove non semantical spaces from module.c.
|
2018-02-15 21:41:03 +01:00 |
|
antirez
|
f4395e232b
|
Remove non semantical spaces from module.c.
|
2018-02-15 21:41:03 +01:00 |
|
Salvatore Sanfilippo
|
4bfcce959c
|
Merge pull request #4479 from dvirsky/notify
Keyspace notifications API for modules
|
2018-02-15 21:36:32 +01:00 |
|
Salvatore Sanfilippo
|
7830f8492f
|
Merge pull request #4479 from dvirsky/notify
Keyspace notifications API for modules
|
2018-02-15 21:36:32 +01:00 |
|
Salvatore Sanfilippo
|
1d0a91aecb
|
Merge pull request #4479 from dvirsky/notify
Keyspace notifications API for modules
|
2018-02-15 21:36:32 +01:00 |
|
antirez
|
85a9a91e56
|
Fix typo in notifyKeyspaceEvent() comment.
|
2018-02-15 21:33:06 +01:00 |
|
antirez
|
f4dc736cca
|
Fix typo in notifyKeyspaceEvent() comment.
|
2018-02-15 21:33:06 +01:00 |
|
antirez
|
906b095592
|
Fix typo in notifyKeyspaceEvent() comment.
|
2018-02-15 21:33:06 +01:00 |
|
Dvir Volk
|
4538c12708
|
Add doc comment about notification flags
|
2018-02-14 21:54:00 +02:00 |
|
Dvir Volk
|
0a36196ce4
|
Add doc comment about notification flags
|
2018-02-14 21:54:00 +02:00 |
|
Dvir Volk
|
0690168116
|
Add doc comment about notification flags
|
2018-02-14 21:54:00 +02:00 |
|
Dvir Volk
|
4496d77fc9
|
Add REDISMODULE_NOTIFY_STREAM flag to support stream notifications
|
2018-02-14 21:50:42 +02:00 |
|
Dvir Volk
|
10efdf307b
|
Add REDISMODULE_NOTIFY_STREAM flag to support stream notifications
|
2018-02-14 21:50:42 +02:00 |
|
Dvir Volk
|
d3abc6e3ae
|
Add REDISMODULE_NOTIFY_STREAM flag to support stream notifications
|
2018-02-14 21:50:42 +02:00 |
|
Dvir Volk
|
42b2f6baa9
|
Fix indentation and comment style in testmodule
|
2018-02-14 21:43:06 +02:00 |
|
Dvir Volk
|
613831f820
|
Fix indentation and comment style in testmodule
|
2018-02-14 21:43:06 +02:00 |
|
Dvir Volk
|
4991298fb0
|
Fix indentation and comment style in testmodule
|
2018-02-14 21:43:06 +02:00 |
|
Dvir Volk
|
f48814e99d
|
Use one static client for all keyspace notification callbacks
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
f27a64232e
|
Use one static client for all keyspace notification callbacks
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
fbd0514a1f
|
Use one static client for all keyspace notification callbacks
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
383edf2101
|
Remove the NOTIFY_MODULE flag and simplify the module notification flow if there aren't subscribers
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
3aab12414f
|
Remove the NOTIFY_MODULE flag and simplify the module notification flow if there aren't subscribers
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
c54aaca680
|
Remove the NOTIFY_MODULE flag and simplify the module notification flow if there aren't subscribers
|
2018-02-14 21:40:10 +02:00 |
|
Dvir Volk
|
4f3e266117
|
Document flags for notifications
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
a8e2e99a88
|
Document flags for notifications
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
fa3b63fe82
|
Document flags for notifications
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
6be35a9d7d
|
removed some trailing whitespaces
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
d4d753dae4
|
removed some trailing whitespaces
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
8e5174caeb
|
removed some trailing whitespaces
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
f9ed2a2e61
|
removed hellonotify.c
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
5b7b12e38f
|
removed hellonotify.c
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
fa158da45d
|
removed hellonotify.c
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
3567812546
|
fixed test
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
896db12b41
|
fixed test
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
641fce93e7
|
fixed test
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
20f414af40
|
finished implementation of notifications. Tests unfinished
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
2136035e47
|
finished implementation of notifications. Tests unfinished
|
2018-02-14 21:38:58 +02:00 |
|
Dvir Volk
|
053941b983
|
finished implementation of notifications. Tests unfinished
|
2018-02-14 21:38:58 +02:00 |
|
charsyam
|
9946ef70ea
|
getting rid of duplicated code
|
2018-02-14 00:12:13 +09:00 |
|
charsyam
|
9d41436115
|
getting rid of duplicated code
|
2018-02-14 00:12:13 +09:00 |
|
charsyam
|
a7bb8bb27c
|
getting rid of duplicated code
|
2018-02-14 00:12:13 +09:00 |
|
antirez
|
59189a04b2
|
More verbose logging when slave sends errors to master.
See #3832.
|
2018-02-13 16:01:31 +01:00 |
|
antirez
|
ae29bcd8e2
|
More verbose logging when slave sends errors to master.
See #3832.
|
2018-02-13 16:01:31 +01:00 |
|
antirez
|
bc0c7045f4
|
More verbose logging when slave sends errors to master.
See #3832.
|
2018-02-13 16:01:31 +01:00 |
|
Salvatore Sanfilippo
|
cd2952879e
|
Merge pull request #3832 from oranagra/slave_reply_to_master_pr
when a slave responds with an error on commands that come from master, log it
|
2018-02-13 15:55:26 +01:00 |
|
Salvatore Sanfilippo
|
756df19134
|
Merge pull request #3832 from oranagra/slave_reply_to_master_pr
when a slave responds with an error on commands that come from master, log it
|
2018-02-13 15:55:26 +01:00 |
|
Salvatore Sanfilippo
|
1296894d25
|
Merge pull request #3832 from oranagra/slave_reply_to_master_pr
when a slave responds with an error on commands that come from master, log it
|
2018-02-13 15:55:26 +01:00 |
|
Salvatore Sanfilippo
|
65c86ab4a4
|
Merge pull request #3745 from guybe7/unstable
enlarged buffer given to ld2string
|
2018-02-13 15:50:21 +01:00 |
|
Salvatore Sanfilippo
|
f9e6c2046f
|
Merge pull request #3745 from guybe7/unstable
enlarged buffer given to ld2string
|
2018-02-13 15:50:21 +01:00 |
|