- 26 Sep, 2019 1 commit
-
-
Oran Agra authored
And add a test for that.
-
- 25 Aug, 2019 1 commit
-
-
Oran Agra authored
-
- 17 Jul, 2019 1 commit
-
-
Oran Agra authored
* create module API for forking child processes. * refactor duplicate code around creating and tracking forks by AOF and RDB. * child processes listen to SIGUSR1 and dies exitFromChild in order to eliminate a valgrind warning of unhandled signal. * note that BGSAVE error reply has changed. valgrind error is: Process terminating with default action of signal 10 (SIGUSR1)
-
- 15 Jul, 2019 1 commit
-
-
Salvatore Sanfilippo authored
Fixed a rounding bug in geo.tcl
-
- 12 Jul, 2019 2 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
-
- 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
-
- 13 Jun, 2019 2 commits
-
-
Madelyn Olson authored
-
Angus Pearson authored
-
- 12 Jun, 2019 1 commit
-
-
swilly22 authored
-
- 10 Jun, 2019 1 commit
-
-
Angus Pearson authored
and to keep OBJ_* enum to string canonicalization in one place.
-