dejun.xdj
0b74fd6766
Add --no-auth-warning help message.
2018-06-28 18:17:04 +08:00
dejun.xdj
e8a7af858a
Add --no-auth-warning help message.
2018-06-28 18:17:04 +08:00
zhaozhao.zz
b9cbd04b57
clients: add type option for client list
2018-06-28 17:43:05 +08:00
zhaozhao.zz
483f7d3222
clients: add type option for client list
2018-06-28 17:43:05 +08:00
zhaozhao.zz
f5538642cc
clients: show pubsub flag in client list
2018-06-28 17:28:38 +08:00
zhaozhao.zz
eb6fa7e4af
clients: show pubsub flag in client list
2018-06-28 17:28:38 +08:00
zhaozhao.zz
1fcf2737a6
fix some compile warnings
2018-06-28 17:22:59 +08:00
zhaozhao.zz
7a04c30907
fix some compile warnings
2018-06-28 17:22:59 +08:00
antirez
ab55f9da5e
Make CLIENT HELP output nicer to the eyes.
2018-06-28 00:21:32 +02:00
antirez
ec9e232d87
Make CLIENT HELP output nicer to the eyes.
2018-06-28 00:21:32 +02:00
antirez
75f1a7bdfc
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-06-28 00:17:21 +02:00
antirez
dee970724d
Merge branch 'unstable' of github.com:/antirez/redis into unstable
2018-06-28 00:17:21 +02:00
antirez
4a70ff7451
Add unblock in CLIENT HELP.
2018-06-28 00:17:10 +02:00
antirez
60ade804fe
Add unblock in CLIENT HELP.
2018-06-28 00:17:10 +02:00
shenlongxing
3c27db1cd9
fix empty string for sentinel rename-command
2018-06-28 01:08:55 +08:00
shenlongxing
e38f95a5ad
fix empty string for sentinel rename-command
2018-06-28 01:08:55 +08:00
Salvatore Sanfilippo
730a4cfa00
Merge pull request #5067 from mpaltun/mpaltun-doc-fix
...
Streams documentation fix
2018-06-27 18:54:27 +02:00
Salvatore Sanfilippo
11b19b264f
Merge pull request #5067 from mpaltun/mpaltun-doc-fix
...
Streams documentation fix
2018-06-27 18:54:27 +02:00
antirez
2214043b5c
CLIENT UNBLOCK: support unblocking by error.
2018-06-27 18:51:06 +02:00
antirez
c14090b8f4
CLIENT UNBLOCK: support unblocking by error.
2018-06-27 18:51:06 +02:00
Mustafa Paltun
010dc172d4
Update t_stream.c
2018-06-27 16:35:30 +03:00
Mustafa Paltun
457697f039
Update t_stream.c
2018-06-27 16:35:30 +03:00
Mustafa Paltun
6d0acb330a
Update help.h
2018-06-27 16:33:31 +03:00
Mustafa Paltun
47515fa348
Update help.h
2018-06-27 16:33:31 +03:00
antirez
71295ee305
CLIENT UNBLOCK implemented.
2018-06-27 14:08:42 +02:00
antirez
8672ffbe0b
CLIENT UNBLOCK implemented.
2018-06-27 14:08:42 +02:00
antirez
fb39bfd7af
Take clients in a ID -> Client handle dictionary.
2018-06-27 14:08:42 +02:00
antirez
97842a346d
Take clients in a ID -> Client handle dictionary.
2018-06-27 14:08:42 +02:00
antirez
ed65d734e7
CLIENT ID implemented.
2018-06-27 14:08:42 +02:00
antirez
c31ae4f8f4
CLIENT ID implemented.
2018-06-27 14:08:42 +02:00
Oran Agra
5616d4c603
add active defrag support for streams
2018-06-27 15:00:41 +03:00
Oran Agra
cfa076f2ee
add active defrag support for streams
2018-06-27 15:00:41 +03:00
Salvatore Sanfilippo
bb666d445d
Merge pull request #5027 from tigertv/unstable
...
Update sort.c
2018-06-26 16:13:20 +02:00
Salvatore Sanfilippo
22b87358a2
Merge pull request #5027 from tigertv/unstable
...
Update sort.c
2018-06-26 16:13:20 +02:00
Salvatore Sanfilippo
eb052ba93a
Merge pull request #5059 from guybe7/fix_restore_warning
...
Fix compiler warning in restoreCommand
2018-06-26 14:41:48 +02:00
Salvatore Sanfilippo
9b071acc7c
Merge pull request #5059 from guybe7/fix_restore_warning
...
Fix compiler warning in restoreCommand
2018-06-26 14:41:48 +02:00
antirez
27178a3fde
Fix type of argslen in sendSynchronousCommand().
...
Related to #5037 .
2018-06-26 14:38:35 +02:00
antirez
9b15b5cde3
Fix type of argslen in sendSynchronousCommand().
...
Related to #5037 .
2018-06-26 14:38:35 +02:00
antirez
1f1e724f47
Remove black space.
2018-06-26 14:37:22 +02:00
antirez
2a24e4dbeb
Remove black space.
2018-06-26 14:37:22 +02:00
Salvatore Sanfilippo
aa5eaad48c
Merge pull request #5037 from madolson/repl-auth-fix
...
Fixed replication authentication with whitespace password
2018-06-26 14:33:20 +02:00
Salvatore Sanfilippo
b5cd7336d9
Merge pull request #5037 from madolson/repl-auth-fix
...
Fixed replication authentication with whitespace password
2018-06-26 14:33:20 +02:00
antirez
3cf8dd2c84
Sentinel: fix SENTINEL SET error reporting.
...
Thanks to @shenlongxing for reporting the problem.
Related to #5062 .
2018-06-26 09:17:38 +02:00
antirez
db2671e28b
Sentinel: fix SENTINEL SET error reporting.
...
Thanks to @shenlongxing for reporting the problem.
Related to #5062 .
2018-06-26 09:17:38 +02:00
Madelyn Olson
45731edc4b
Addressed comments
2018-06-26 00:57:35 +00:00
Madelyn Olson
0fe8d9889b
Addressed comments
2018-06-26 00:57:35 +00:00
Madelyn Olson
e8d68b6b72
Fixed replication authentication with whitespace in password
2018-06-26 00:48:37 +00:00
Madelyn Olson
d0c04bd6f5
Fixed replication authentication with whitespace in password
2018-06-26 00:48:37 +00:00
antirez
fc0c9c8097
Sentinel: drop the renamed-command entry in a more natural way.
...
Instead of telling the user to set the renamed command to "" to remove
the renaming, to the obvious thing when a command is renamed to itself.
So if I want to remove the renaming of PING, I just rename it to PING
again.
2018-06-25 17:50:46 +02:00
antirez
95612d5db3
Sentinel: drop the renamed-command entry in a more natural way.
...
Instead of telling the user to set the renamed command to "" to remove
the renaming, to the obvious thing when a command is renamed to itself.
So if I want to remove the renaming of PING, I just rename it to PING
again.
2018-06-25 17:50:46 +02:00