- 17 Jul, 2019 2 commits
-
-
Oran Agra authored
now that replica can read rdb directly from the socket, it should avoid exiting on short read and instead try to re-sync. this commit tries to have minimal effects on non-diskless rdb reading. and includes a test that tries to trigger this scenario on various read cases.
-
antirez authored
-
- 16 Jul, 2019 1 commit
-
-
Salvatore Sanfilippo authored
fix readme.md,Redis data types should add `t_stream.c`.
-
- 15 Jul, 2019 1 commit
-
-
Salvatore Sanfilippo authored
Fixed a rounding bug in geo.tcl
-
- 12 Jul, 2019 3 commits
-
-
Salvatore Sanfilippo authored
[RESP3, Minor] in networking.c double representation for -infiinity leaves out comma
-
Salvatore Sanfilippo authored
Make dbSwapDatabases take args as long
-
antirez authored
-
- 10 Jul, 2019 8 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
missing per-skiplist overheads in MEMORY USAGE
-
antirez authored
This subcommand may simplify the writing of Redis client libraries using the tracking feature and/or improve observability and debugging capabilities.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 08 Jul, 2019 6 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
diskless replication on slave side (don't store rdb to file), plus some other related fixes
-
Oran Agra authored
The implementation of the diskless replication was currently diskless only on the master side. The slave side was still storing the received rdb file to the disk before loading it back in and parsing it. This commit adds two modes to load rdb directly from socket: 1) when-empty 2) using "swapdb" the third mode of using diskless slave by flushdb is risky and currently not included. other changes: -------------- distinguish between aof configuration and state so that we can re-enable aof only when sync eventually succeeds (and not when exiting from readSyncBulkPayload after a failed attempt) also a CONFIG GET and INFO during rdb loading would have lied When loading rdb from the network, don't kill the server on short read (that can be a network error) Fix rdb check when performed on preamble AOF tests: run replication tests for diskless slave too make replication test a bit more aggressive Add test for diskless load swapdb
-
Salvatore Sanfilippo authored
SCAN: New Feature `SCAN cursor [TYPE type]` modifier suggested in issue #6107
-
Angus Pearson authored
-
- 07 Jul, 2019 4 commits
-
-
Salvatore Sanfilippo authored
fix build tracking.c should be tracking.o
-
Guy Korland authored
thanks to @rafie
-
Salvatore Sanfilippo authored
Refactored yesno configs so there is less duplication
-
Salvatore Sanfilippo authored
Extend REDISMODULE_CTX_FLAGS to indicate if redis is loading
-
- 05 Jul, 2019 2 commits
-
-
Salvatore Sanfilippo authored
Adds RedisModule_ReplyWithCString
-
antirez authored
-
- 04 Jul, 2019 3 commits
- 03 Jul, 2019 3 commits
- 02 Jul, 2019 1 commit
-
-
Angus Pearson authored
-
- 30 Jun, 2019 2 commits
- 29 Jun, 2019 1 commit
-
-
antirez authored
-
- 25 Jun, 2019 1 commit
-
-
zheng.ren01@mljr.com authored
-
- 13 Jun, 2019 2 commits
-
-
Madelyn Olson authored
-
Angus Pearson authored
-