- 17 Apr, 2020 5 commits
-
-
antirez authored
Related to #7105.
-
antirez authored
See issue #7105.
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
testsuite run the defrag latency test solo
-
- 16 Apr, 2020 4 commits
-
-
Salvatore Sanfilippo authored
Adding acllog-max-len to Redis.conf
-
Oran Agra authored
this test is time sensitive and it sometimes fail to pass below the latency threshold, even on strong machines. this test was the reson we're running just 2 parallel tests in the github actions CI, revering this.
-
antirez authored
-
antirez authored
See #6160.
-
- 15 Apr, 2020 5 commits
-
-
antirez authored
Fixes issue #6418.
-
antirez authored
Fixes issue #6418.
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
FIX truncate max/min longitude,latitude related geo_point
-
- 14 Apr, 2020 7 commits
-
-
Salvatore Sanfilippo authored
Typo in getTimeoutFromObjectOrReply's error reply
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
fix spelling in acl.c
-
antirez authored
-
antirez authored
-
hwware authored
-
- 13 Apr, 2020 1 commit
-
-
Jamie Scott authored
-
- 12 Apr, 2020 1 commit
-
-
Jamie Scott authored
While playing with ACLs I noticed that acllog-max-len wasn't in the redis.conf, but was a supported config. This PR documents and adds the directive to the redis.conf file.
-
- 11 Apr, 2020 1 commit
-
-
Guy Benoish authored
-
- 10 Apr, 2020 2 commits
-
-
Salvatore Sanfilippo authored
fix spelling mistake in bitops.c
-
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 8 commits
-
-
antirez authored
-
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 2 commits
-
-
antirez authored
-
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 1 commit
-
-
Salvatore Sanfilippo authored
Optimize lua log level judgment
-