- 17 Apr, 2020 2 commits
- 16 Apr, 2020 2 commits
- 15 Apr, 2020 3 commits
- 14 Apr, 2020 3 commits
- 11 Apr, 2020 1 commit
-
-
Guy Benoish authored
-
- 10 Apr, 2020 1 commit
-
-
antirez authored
Streams items are similar to dictionaries, however they preserve both the order, and allow for duplicated field names. So a map is not a semantically sounding way to deal with this. https://twitter.com/antirez/status/1248261087553880069
-
- 09 Apr, 2020 7 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Related to #3243.
-
liumiuyong authored
-
antirez authored
-
antirez authored
Reloading of the RDB generated by DEBUG POPULATE 5000000 SAVE is now 25% faster. This commit also prepares the ability to have more flexibility when loading stuff from the RDB, since we no longer use dbAdd() but can control exactly how things are added in the database.
-
- 08 Apr, 2020 3 commits
- 07 Apr, 2020 1 commit
-
-
antirez authored
Related to #5145. Design note: clients may change type when they turn into replicas or are moved into the Pub/Sub category and so forth. Moreover the recomputation of the bytes used is problematic for obvious reasons: it changes continuously, so as a conservative way to avoid accumulating errors, each client remembers the contribution it gave to the sum, and removes it when it is freed or before updating it with the new memory usage.
-
- 06 Apr, 2020 4 commits
-
-
qetu3790 authored
fix comments about RESIZE DB opcode in rdb.c
-
antirez authored
Initially they needed to be at the end so that we could extend to N strings in the future, but after further consideration I no longer believe it's worth it.
-
antirez authored
-
mymilkbottles authored
-
- 03 Apr, 2020 2 commits
-
-
Guy Benoish authored
-
Guy Benoish authored
-
- 02 Apr, 2020 6 commits
-
-
antirez authored
-
Xudong Zhang authored
-
Guy Benoish authored
Example: Client uses a pipe to send the following to a stale replica: MULTI .. do something ... DISCARD The replica will reply the MUTLI with -MASTERDOWN and execute the rest of the commands... A client using a pipe might not be aware that MULTI failed until it's too late. I can't think of a reason why MULTI/EXEC/DISCARD should not be executed on stale replicas... Also, enable MULTI/EXEC/DISCARD during loading
-
antirez authored
-
antirez authored
-
antirez authored
-
- 01 Apr, 2020 5 commits