- 26 Aug, 2018 4 commits
-
-
Salvatore Sanfilippo authored
pipeline: do not sdsrange querybuf unless all commands processed
-
Salvatore Sanfilippo authored
Use SOURCE_DATE_EPOCH over unreproducible uname + date calls.
-
Salvatore Sanfilippo authored
Tidy grammar in CONFIG SET maxmemory warning.
-
Salvatore Sanfilippo authored
Make some defaults explicit in the sentinel.conf for package maintainers
-
- 25 Aug, 2018 1 commit
-
-
Chris Lamb authored
-
- 23 Aug, 2018 1 commit
-
-
zhaozhao.zz authored
Function setProtocolError just records proctocol error details in server log, set client as CLIENT_CLOSE_AFTER_REPLY. It doesn't care about querybuf sdsrange, because we will do it after procotol parsing.
-
- 14 Aug, 2018 2 commits
-
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 13 Aug, 2018 2 commits
-
-
zhaozhao.zz authored
-
zhaozhao.zz authored
This is an optimization for processing pipeline, we discussed a problem in issue #5229: clients may be paused if we apply `CLIENT PAUSE` command, and then querybuf may grow too large, the cost of memmove in sdsrange after parsing a completed command will be horrible. The optimization is that parsing all commands in queyrbuf , after that we can just call sdsrange only once.
-
- 03 Aug, 2018 4 commits
-
-
Salvatore Sanfilippo authored
Streams: ID of xclaim command should start from the sixth argument.
-
Salvatore Sanfilippo authored
Fix stream command paras
-
shenlongxing authored
-
antirez authored
Realted to #5201.
-
- 02 Aug, 2018 3 commits
- 01 Aug, 2018 6 commits
-
-
antirez authored
When the element new score is the same of prev/next node, the lexicographical order kicks in, so we can safely update the node in place only when the new score is strictly between the adjacent nodes but never equal to one of them. Technically speaking we could do extra checks to make sure that even if the score is the same as one of the adjacent nodes, we can still update on place, but this rarely happens, so probably not a good deal to make it more complex. Related to #5179.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 31 Jul, 2018 14 commits
-
-
antirez authored
Related to #5184.
-
Salvatore Sanfilippo authored
Streams: rearrange the usage of '-' and '+' IDs in stream commands.
-
antirez authored
-
Salvatore Sanfilippo authored
Testsuite improvements
-
antirez authored
-
Salvatore Sanfilippo authored
Fix cluster-announce-ip memory leak
-
antirez authored
-
Salvatore Sanfilippo authored
refactor dbOverwrite to make lazyfree work
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
shenlongxing authored
-
zhaozhao.zz authored
-
- 30 Jul, 2018 3 commits
-
-
Oran Agra authored
* allowing --single to be repeated * adding --only so that only a specific test inside a unit can be run * adding --skiptill useful to resume a test that crashed passed the problematic unit. useful together with --clients 1 * adding --skipfile to use a file containing list of tests names to skip * printing the names of the tests that are skiped by skipfile or denytags * adding --config to add config file options from command line
-
Salvatore Sanfilippo authored
Consider aof write error as well as rdb in lua script.
-
Salvatore Sanfilippo authored
INFO CPU: higher precision of reported values
-