- 21 Apr, 2012 1 commit
-
-
antirez authored
Two limits are added: 1) Up to SLOWLOG_ENTRY_MAX_ARGV arguments are logged. 2) Up to SLOWLOG_ENTRY_MAX_STRING bytes per argument are logged. 3) slowlog-max-len is set to 128 by default (was 1024). The number of remaining arguments / bytes is logged in the entry so that the user can understand better the nature of the logged command.
-
- 16 Feb, 2012 1 commit
-
-
antirez authored
-
- 07 Jan, 2012 1 commit
-
-
antirez authored
-
- 23 Dec, 2011 1 commit
-
-
antirez authored
-
- 19 Dec, 2011 1 commit
-
-
antirez authored
-
- 01 Dec, 2011 1 commit
-
-
antirez authored
-
- 25 Nov, 2011 1 commit
-
-
antirez authored
-
- 10 Oct, 2011 2 commits
- 12 Sep, 2011 1 commit
-
-
antirez authored
-
- 29 Jul, 2011 1 commit
-
-
antirez authored
-
- 27 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 12 Jul, 2011 1 commit
-
-
antirez authored
-
- 01 Jul, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 14 Jun, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 31 May, 2011 4 commits
- 20 May, 2011 1 commit
-
-
antirez authored
-
- 19 May, 2011 1 commit
-
-
antirez authored
-
- 12 May, 2011 1 commit
-
-
antirez authored
-
- 21 Apr, 2011 1 commit
-
-
antirez authored
-
- 19 Apr, 2011 1 commit
-
-
antirez authored
-
- 15 Apr, 2011 1 commit
-
-
antirez authored
-
- 06 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Mar, 2011 5 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This also optimizes ZREVRANGEBYSCORE for pathological cases where a sorted set contains many elements with the same score. Previously, it would traverse the list from back to front in such a case.
-
- 23 Feb, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Dec, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Dec, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
SUBSTR is renamed to GETRANGE to have better consistency between command names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
-