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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redis 2.6.17.
2.6.17
antirez
2013-12-11
2
-1
/
+14
*
Merge pull request #847 from yossigo/repldboff-fix
Salvatore Sanfilippo
2013-12-11
1
-1
/
+1
|
\
|
*
Fix wrong repldboff type which causes dropped replication in rare cases.
Yossi Gottlieb
2012-12-24
1
-1
/
+1
*
|
Only run the fast active expire cycle if master & enabled.
antirez
2013-12-10
1
-2
/
+4
*
|
Log to what master a slave is going to connect to.
antirez
2013-11-11
1
-1
/
+2
*
|
Fix broken rdbWriteRaw() return value check in rdb.c.
antirez
2013-11-07
1
-1
/
+1
*
|
Merge pull request #1366 from yaauie/deprecate-redis-copy-script-in-2.6
Salvatore Sanfilippo
2013-11-06
1
-55
/
+12
|
\
\
|
*
|
Deprecate utils/redis-copy.rb in favor of redis-copy gem
Ryan Biesemeyer
2013-11-06
1
-55
/
+12
|
/
/
*
|
redis-benchmark: update help for new __rand_int__ form.
antirez
2013-10-28
1
-6
/
+5
*
|
Allow AUTH / PING when disconnected from slave and serve-stale-data is no.
antirez
2013-09-17
1
-2
/
+2
*
|
redis-cli: fix big keys search when the key no longer exist.
antirez
2013-09-04
1
-1
/
+0
*
|
Redis 2.6.16.
2.6.16
antirez
2013-08-28
2
-1
/
+17
*
|
fix lua_cmsgpack pack map as array
yihuang
2013-08-27
1
-1
/
+1
*
|
Fix an hypothetical issue in processMultibulkBuffer().
antirez
2013-08-27
1
-1
/
+5
*
|
tryObjectEncoding(): optimize sds strings if possible.
antirez
2013-08-27
1
-1
/
+20
*
|
tryObjectEncoding(): don't call stringl2() for too big strings.
antirez
2013-08-27
1
-1
/
+3
*
|
Fix DEBUG SDSLEN after 2.8 back port.
antirez
2013-08-27
1
-1
/
+1
*
|
Don't over-allocate the sds string for large bulk requests.
antirez
2013-08-27
1
-2
/
+2
*
|
DEBUG SDSLEN added.
antirez
2013-08-27
1
-0
/
+23
*
|
Update server.lastbgsave_status when fork() fails.
antirez
2013-08-27
1
-0
/
+1
*
|
Redis 2.6.15
2.6.15
antirez
2013-08-21
2
-1
/
+17
*
|
Use printf %zu specifier to print private_dirty.
antirez
2013-08-20
2
-2
/
+2
*
|
dictFingerprint(): cast pointers to integer of same size.
antirez
2013-08-20
1
-2
/
+2
*
|
Revert "Fixed type in dict.c comment: 265 -> 256."
antirez
2013-08-19
1
-1
/
+1
*
|
Fixed type in dict.c comment: 265 -> 256.
antirez
2013-08-19
1
-1
/
+1
*
|
assert.h replaced with redisassert.h when appropriate.
antirez
2013-08-19
5
-5
/
+5
*
|
Added redisassert.h as drop in replacement for assert.h.
antirez
2013-08-19
1
-0
/
+45
*
|
dictFingerprint() fingerprinting made more robust.
antirez
2013-08-19
1
-9
/
+29
*
|
Fix comments for correctness in zunionInterGenericCommand().
antirez
2013-08-19
1
-3
/
+5
*
|
Properly init/release iterators in zunionInterGenericCommand().
antirez
2013-08-19
1
-19
/
+18
*
|
dict.c iterator API misuse protection.
antirez
2013-08-19
2
-4
/
+31
*
|
Fix sdsempty() prototype in sds.h.
antirez
2013-08-12
1
-1
/
+1
*
|
redis-benchmark: changes to random arguments substitution.
antirez
2013-08-08
1
-28
/
+80
*
|
redis-benchmark: replace snprintf()+memcpy with faster code.
antirez
2013-08-08
1
-5
/
+10
*
|
Little typo
Jan-Erik Rediger
2013-08-07
1
-1
/
+1
*
|
redis-benchmark: fix memory leak introduced by 346256f
antirez
2013-08-07
1
-0
/
+1
*
|
redis-benchmark: max pipeline length hardcoded limit removed.
antirez
2013-08-07
1
-7
/
+15
*
|
redis-benchmark: fix db selection when :rand: feature is used.
antirez
2013-08-07
1
-0
/
+6
*
|
redis-benchmark: ability to SELECT a specifid db number.
antirez
2013-08-07
1
-3
/
+43
*
|
Add per-db average TTL information in INFO output.
antirez
2013-08-07
2
-4
/
+30
*
|
activeExpireCycle(): fix about fast cycle early start.
antirez
2013-08-07
1
-1
/
+1
*
|
Some activeExpireCycle() refactoring.
antirez
2013-08-07
2
-21
/
+32
*
|
Remove dead code and fix comments for new expire code.
antirez
2013-08-07
1
-56
/
+10
*
|
Darft #2 for key collection algo: more improvements.
antirez
2013-08-07
1
-2
/
+14
*
|
Draft #1 of a new expired keys collection algorithm.
antirez
2013-08-07
2
-19
/
+98
*
|
Fixed typo in 2.6.14 changelog. verison -> version.
antirez
2013-06-20
1
-1
/
+1
*
|
Redis 2.6.14
2.6.14
antirez
2013-06-20
2
-1
/
+12
*
|
Sentinel: parse new INFO replication output correctly.
antirez
2013-06-20
1
-8
/
+21
*
|
Test: regression test for #1163.
antirez
2013-06-19
1
-0
/
+17
*
|
Allow writes from scripts called by AOF loading in read-only slaves.
antirez
2013-06-19
1
-0
/
+1
[next]