filipecosta90
|
733280d9cb
|
[fix] un-refactor the code. [perf] replyWithStatus now makes usage of addReplyProto
|
2019-09-23 23:45:31 +01:00 |
|
antirez
|
fddbae80fa
|
redis-cli: support for ACL style user/pass AUTH.
|
2019-09-23 19:57:13 +02:00 |
|
antirez
|
eda703ab28
|
redis-cli: support for ACL style user/pass AUTH.
|
2019-09-23 19:57:13 +02:00 |
|
antirez
|
c7481c6af1
|
redis-cli: CSV and RAW target for more RESP3 types.
|
2019-09-23 19:36:06 +02:00 |
|
antirez
|
b21dd082c3
|
redis-cli: CSV and RAW target for more RESP3 types.
|
2019-09-23 19:36:06 +02:00 |
|
antirez
|
ddb735f03a
|
redis-cli: ability to start a session in RESP3 mode.
|
2019-09-23 17:55:05 +02:00 |
|
antirez
|
cc108057ff
|
redis-cli: ability to start a session in RESP3 mode.
|
2019-09-23 17:55:05 +02:00 |
|
antirez
|
24a78adf10
|
redis-cli: AUTH can now have 3 arguments as well.
|
2019-09-23 17:47:36 +02:00 |
|
antirez
|
8ea185ea30
|
redis-cli: AUTH can now have 3 arguments as well.
|
2019-09-23 17:47:36 +02:00 |
|
antirez
|
cd446eb161
|
RESP3: varbatim handling for other redis-cli outputs.
|
2019-09-23 17:42:57 +02:00 |
|
antirez
|
bb7546c913
|
RESP3: varbatim handling for other redis-cli outputs.
|
2019-09-23 17:42:57 +02:00 |
|
antirez
|
d097eebf06
|
hiredis udpated (RESP3 WIP).
|
2019-09-23 17:41:04 +02:00 |
|
antirez
|
5e399d5d33
|
hiredis udpated (RESP3 WIP).
|
2019-09-23 17:41:04 +02:00 |
|
antirez
|
8ceffc0455
|
RESP3: implementation of verbatim output with TTY target.
|
2019-09-23 17:39:42 +02:00 |
|
antirez
|
264708427b
|
RESP3: implementation of verbatim output with TTY target.
|
2019-09-23 17:39:42 +02:00 |
|
valentino
|
bd32b8b2a8
|
DISCARD should not fail during OOM
discard command should not fail during OOM, otherwise client MULTI state
will not be cleared.
|
2019-09-22 09:22:53 +03:00 |
|
valentino
|
7a73b7f168
|
DISCARD should not fail during OOM
discard command should not fail during OOM, otherwise client MULTI state
will not be cleared.
|
2019-09-22 09:22:53 +03:00 |
|
John Sully
|
16a88d1244
|
Add the IStorage interface and wire it up
Former-commit-id: cbd4b4df1919f97f0d176f1ddc6b49b8afe7e001
|
2019-09-20 14:52:22 -04:00 |
|
John Sully
|
4325aae6d3
|
Add the IStorage interface and wire it up
Former-commit-id: cbd4b4df1919f97f0d176f1ddc6b49b8afe7e001
|
2019-09-20 14:52:22 -04:00 |
|
antirez
|
a84c87cc95
|
hiredis updated to master version.
|
2019-09-20 20:08:38 +02:00 |
|
antirez
|
c3899720f6
|
hiredis updated to master version.
|
2019-09-20 20:08:38 +02:00 |
|
David Carlier
|
d48e956b6f
|
Adding AnonHugePages case + comments
|
2019-09-20 11:01:36 +01:00 |
|
David Carlier
|
5a8a005026
|
Adding AnonHugePages case + comments
|
2019-09-20 11:01:36 +01:00 |
|
antirez
|
31a20f0fbb
|
Make config.c always_replicate_commands more uniform.
Better if it resembles the other similar code paths.
|
2019-09-20 11:46:35 +02:00 |
|
antirez
|
2e4fa7bb48
|
Make config.c always_replicate_commands more uniform.
Better if it resembles the other similar code paths.
|
2019-09-20 11:46:35 +02:00 |
|
antirez
|
4fab461cf2
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-09-20 11:45:02 +02:00 |
|
antirez
|
1dd36347ed
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2019-09-20 11:45:02 +02:00 |
|
antirez
|
e7444fde2d
|
Remove redundant statement in config.c.
Thanks to @guybe7 for spotting the error in the original PR I merged.
|
2019-09-20 11:44:32 +02:00 |
|
antirez
|
630638dcde
|
Remove redundant statement in config.c.
Thanks to @guybe7 for spotting the error in the original PR I merged.
|
2019-09-20 11:44:32 +02:00 |
|
Salvatore Sanfilippo
|
0923c52ba3
|
Merge pull request #6367 from Dolondro/unstable
Spelling: Typo fixes for API documentation
|
2019-09-20 11:33:58 +02:00 |
|
Salvatore Sanfilippo
|
f135d6295b
|
Merge pull request #6367 from Dolondro/unstable
Spelling: Typo fixes for API documentation
|
2019-09-20 11:33:58 +02:00 |
|
Salvatore Sanfilippo
|
139c27694d
|
Merge pull request #6368 from suntw2015/unstable
fix rdb function rdbLoadIntegerObject comment
|
2019-09-20 11:33:27 +02:00 |
|
Salvatore Sanfilippo
|
3976f4c88e
|
Merge pull request #6368 from suntw2015/unstable
fix rdb function rdbLoadIntegerObject comment
|
2019-09-20 11:33:27 +02:00 |
|
Salvatore Sanfilippo
|
35308d4ab6
|
Merge pull request #6389 from ocadaruma/patch-1
Fix typos in hyperloglog.c
|
2019-09-20 11:24:07 +02:00 |
|
Salvatore Sanfilippo
|
d0050db236
|
Merge pull request #6389 from ocadaruma/patch-1
Fix typos in hyperloglog.c
|
2019-09-20 11:24:07 +02:00 |
|
Salvatore Sanfilippo
|
677c4c06ed
|
Merge pull request #6400 from mors741/unstable
Fix compilation error
|
2019-09-20 11:19:56 +02:00 |
|
Salvatore Sanfilippo
|
975eb73145
|
Merge pull request #6400 from mors741/unstable
Fix compilation error
|
2019-09-20 11:19:56 +02:00 |
|
antirez
|
5cb591ca40
|
Add useless break for uniformity / future protection.
|
2019-09-20 11:19:07 +02:00 |
|
antirez
|
0a146a8be4
|
Add useless break for uniformity / future protection.
|
2019-09-20 11:19:07 +02:00 |
|
Salvatore Sanfilippo
|
f3648a82a9
|
Merge pull request #6398 from trevor211/fixRESP3ToLuaBool
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
|
2019-09-20 11:15:20 +02:00 |
|
Salvatore Sanfilippo
|
bd90c99f83
|
Merge pull request #6398 from trevor211/fixRESP3ToLuaBool
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
|
2019-09-20 11:15:20 +02:00 |
|
Salvatore Sanfilippo
|
ed8f6c60d7
|
Merge pull request #6397 from trevor211/fixConfigWrongFormatHandling
Fix bad handling of unexpected yesno option
|
2019-09-20 11:14:38 +02:00 |
|
Salvatore Sanfilippo
|
f42ac40d7c
|
Merge pull request #6397 from trevor211/fixConfigWrongFormatHandling
Fix bad handling of unexpected yesno option
|
2019-09-20 11:14:38 +02:00 |
|
Evgeny
|
4429a40317
|
Fix compilation error
|
2019-09-20 01:11:20 -07:00 |
|
Evgeny
|
a1a65d238c
|
Fix compilation error
|
2019-09-20 01:11:20 -07:00 |
|
John Sully
|
5e4d3ed36d
|
Isolate the persistent parts of the database from the runtime parts
Former-commit-id: 08995b065cb0ed6df16528e73c7acb28bcf3c1f4
|
2019-09-19 22:36:29 -04:00 |
|
John Sully
|
f10e05f1bf
|
Isolate the persistent parts of the database from the runtime parts
Former-commit-id: 08995b065cb0ed6df16528e73c7acb28bcf3c1f4
|
2019-09-19 22:36:29 -04:00 |
|
WuYunlong
|
c645464783
|
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
|
2019-09-20 08:37:23 +08:00 |
|
WuYunlong
|
30a3644e64
|
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
|
2019-09-20 08:37:23 +08:00 |
|
WuYunlong
|
dd077faf49
|
Fix bad handling of unexpected option while loading config "lua-replicate-commands".
|
2019-09-20 08:14:36 +08:00 |
|