index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ziplist: better comments, some refactoring.
ziplist-improvements
antirez
2017-01-27
1
-100
/
+250
*
Don't divide by zero
Jan-Erik Rediger
2017-01-27
1
-1
/
+1
*
Change switch statment to if statment
miter
2017-01-26
1
-4
/
+2
*
Merge pull request #3657 from itamarhaber/patch-9
Salvatore Sanfilippo
2017-01-25
1
-1
/
+1
|
\
|
*
Verify pairs are provided after subcommands
Itamar Haber
2016-12-02
1
-1
/
+1
*
|
Merge pull request #3712 from oranagra/fix_assert_debug_digest
Salvatore Sanfilippo
2017-01-20
1
-1
/
+1
|
\
\
|
*
|
fix rare assertion in DEBUG DIGEST
oranagra
2016-12-24
1
-1
/
+1
*
|
|
Add panic() into redisassert.h.
antirez
2017-01-18
1
-0
/
+2
*
|
|
serverPanic(): allow printf() alike formatting.
antirez
2017-01-18
2
-4
/
+14
*
|
|
Ziplist: remove static from functions, they prevent good crash reports.
antirez
2017-01-13
1
-14
/
+14
*
|
|
Merge pull request #3734 from badboy/avoid-command
Salvatore Sanfilippo
2017-01-13
1
-5
/
+5
|
\
\
\
|
*
|
|
Initialize help only in repl mode
Jan-Erik Rediger
2017-01-08
1
-5
/
+5
|
|
/
/
*
|
|
Use const in modules types mem_usage method.
antirez
2017-01-12
3
-4
/
+4
*
|
|
Defrag: don't crash when a module value is encountered.
antirez
2017-01-12
1
-0
/
+3
*
|
|
MEMORY USAGE: support for modules data types.
antirez
2017-01-12
3
-5
/
+16
*
|
|
Defrag: not enabled by default. Error on CONFIG SET if not available.
antirez
2017-01-11
2
-1
/
+11
*
|
|
Defrag: fix function name typo defarg -> defrag.
antirez
2017-01-11
1
-2
/
+2
*
|
|
Defrag: do not crash on empty quicklist.
antirez
2017-01-11
1
-2
/
+3
*
|
|
Defrag: fix comments & code to conform to the Redis code base.
antirez
2017-01-10
1
-54
/
+84
*
|
|
Defrag: activate it only if running modified version of Jemalloc.
antirez
2017-01-10
3
-26
/
+36
*
|
|
active defrag improvements
oranagra
2017-01-02
4
-44
/
+63
*
|
|
active memory defragmentation
oranagra
2016-12-30
11
-8
/
+703
|
/
/
*
|
Merge pull request #3242 from whatacold/unstable
Salvatore Sanfilippo
2016-12-20
1
-1
/
+1
|
\
\
|
*
|
fix the wrong description of intsetGet().
whatacold
2016-05-18
1
-1
/
+1
*
|
|
Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTH
Salvatore Sanfilippo
2016-12-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
Justin Carvalho
2016-12-19
1
-1
/
+1
*
|
|
|
Geo: fix GEOHASH return value for consistency.
antirez
2016-12-20
1
-4
/
+3
*
|
|
|
Geo: fix edge case return values for uniformity.
antirez
2016-12-20
1
-6
/
+5
|
/
/
/
*
|
|
Remove first version of ASCII wave, later discarded.
antirez
2016-12-19
1
-2
/
+0
*
|
|
Only show Redis logo if logging to stdout / TTY.
antirez
2016-12-19
3
-11
/
+36
*
|
|
adjustOpenFilesLimit() comment made hopefully more clear.
antirez
2016-12-19
1
-1
/
+4
*
|
|
Merge pull request #3603 from oranagra/adjustOpenFilesLimit_overflow
Salvatore Sanfilippo
2016-12-19
1
-3
/
+3
|
\
\
\
|
*
|
|
fix unsigned int overflow in adjustOpenFilesLimit
oranagra
2016-11-10
1
-3
/
+3
*
|
|
|
Merge pull request #3605 from hylepo/unstable
Salvatore Sanfilippo
2016-12-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update redis-benchmark.c
hylepo
2016-11-11
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #3643 from andyli028/unstable
Salvatore Sanfilippo
2016-12-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Modify MIN->MAX
andyli
2016-11-29
1
-1
/
+1
*
|
|
|
|
Hopefully improve code comments for issue #3616.
antirez
2016-12-16
1
-7
/
+8
*
|
|
|
|
Merge pull request #3616 from oranagra/stop_aofrw_before_rdbload
Salvatore Sanfilippo
2016-12-16
1
-13
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
when a slave loads an RDB, stop an AOFRW fork before flusing db and parsing r...
oranagra
2016-11-16
1
-13
/
+19
*
|
|
|
|
|
Merge pull request #3661 from itamarhaber/module-doc2
Salvatore Sanfilippo
2016-12-16
2
-2
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Corrects a couple of omissions in the modules docs
itamar
2016-12-05
2
-2
/
+3
*
|
|
|
|
|
|
Switch PFCOUNT to LogLog-Beta algorithm.
antirez
2016-12-16
4
-57
/
+16
*
|
|
|
|
|
|
Use llroundl() before converting loglog-beta output to integer.
antirez
2016-12-16
1
-4
/
+4
*
|
|
|
|
|
|
LogLog-Beta Algorithm support within HLL
Harish Murthy
2016-12-16
4
-27
/
+57
*
|
|
|
|
|
|
Merge pull request #3686 from dvirsky/fix_lowlevel_zrange
Salvatore Sanfilippo
2016-12-16
1
-3
/
+3
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fixed stop condition in RM_ZsetRangeNext and RM_ZsetRangePrev
Dvir Volk
2016-12-15
1
-3
/
+3
*
|
|
|
|
|
|
|
ziplist.c explanation of format improved a bit.
antirez
2016-12-16
1
-11
/
+18
*
|
|
|
|
|
|
|
DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.
antirez
2016-12-16
4
-13
/
+35
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
MIGRATE: Remove upfront ttl initialization.
antirez
2016-12-14
1
-4
/
+3
[next]