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
*
fix mismatch argument
Leon Chen
2017-07-18
1
-1
/
+1
*
changelog.tcl: output 100 lines.
antirez
2017-07-14
1
-1
/
+1
*
Modules: fix thread safe context DB selection.
antirez
2017-07-14
1
-0
/
+3
*
Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.
antirez
2017-07-14
2
-12
/
+20
*
Modules documentation removed from source.
antirez
2017-07-14
4
-2830
/
+0
*
Markdown generation of Redis Modules API reference improved.
antirez
2017-07-14
2
-74
/
+83
*
Fix replication of SLAVEOF inside transaction.
antirez
2017-07-12
2
-3
/
+19
*
CLUSTER GETKEYSINSLOT: avoid overallocating.
antirez
2017-07-11
1
-0
/
+5
*
Fix isHLLObjectOrReply() to handle integer encoded strings.
antirez
2017-07-11
1
-0
/
+1
*
Clients blocked in modules: free argv/argc later.
antirez
2017-07-11
2
-3
/
+15
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2017-07-11
1
-30
/
+55
|
\
|
*
Merge pull request #4113 from guybe7/module_io_bytes
Salvatore Sanfilippo
2017-07-10
1
-30
/
+55
|
|
\
|
|
*
Modules: Fix io->bytes calculation in RDB save
Guy Benoish
2017-07-10
1
-30
/
+55
*
|
|
Event loop: call after sleep() only from top level.
antirez
2017-07-11
2
-2
/
+4
|
/
/
*
|
redis-check-aof: tell users there is a --fix option.
antirez
2017-07-10
1
-1
/
+2
*
|
AOF check utility: ability to check files with RDB preamble.
antirez
2017-07-10
6
-35
/
+61
|
/
*
Merge pull request #3853 from itamarhaber/issue-3851
Salvatore Sanfilippo
2017-07-06
1
-0
/
+1
|
\
|
*
Sets up fake client to select current db in RM_Call()
itamar
2017-03-06
1
-0
/
+1
*
|
Merge pull request #4105 from spinlock/unstable-networking
Salvatore Sanfilippo
2017-07-06
2
-3
/
+2
|
\
\
|
*
|
update Makefile for test-sds
spinlock
2017-07-05
1
-1
/
+1
|
*
|
Optimize addReplyBulkSds for better performance
spinlock
2017-07-05
1
-2
/
+1
*
|
|
Merge pull request #4106 from petersunbag/unstable
Salvatore Sanfilippo
2017-07-06
1
-1
/
+1
|
\
\
\
|
*
|
|
minor fix in listJoin().
sunweinan
2017-07-06
1
-1
/
+1
*
|
|
|
Free IO context if any in RDB loading code.
antirez
2017-07-06
1
-0
/
+4
*
|
|
|
Modules: DEBUG DIGEST interface.
antirez
2017-07-06
5
-1
/
+108
*
|
|
|
Avoid closing invalid FDs to make Valgrind happier.
antirez
2017-07-05
1
-1
/
+5
*
|
|
|
Modules: no MULTI/EXEC for commands replicated from async contexts.
antirez
2017-07-05
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #4101 from dvirsky/fix_modules_reply_len
Salvatore Sanfilippo
2017-07-04
1
-0
/
+1
|
\
\
\
|
*
|
|
fixed #4100
Dvir Volk
2017-07-04
1
-0
/
+1
*
|
|
|
Add symmetrical assertion to track c->reply_buffer infinite growth.
antirez
2017-07-04
1
-0
/
+4
|
/
/
/
*
|
|
Fix GEORADIUS edge case with huge radius.
antirez
2017-07-03
2
-20
/
+39
*
|
|
redis-cli --latency: ability to run non interactively.
antirez
2017-06-30
1
-3
/
+39
*
|
|
Fix abort typo in Lua debugger help screen.
antirez
2017-06-30
1
-1
/
+1
*
|
|
Added GEORADIUS(BYMEMBER)_RO variants for read-only operations.
antirez
2017-06-30
3
-11
/
+32
*
|
|
HMSET and MSET implementations unified. HSET now variadic.
antirez
2017-06-29
2
-22
/
+18
|
/
/
*
|
Merge pull request #4075 from sgn1/brpop_keys
Salvatore Sanfilippo
2017-06-27
2
-2
/
+4
|
\
\
|
*
|
Fix following issues in blocking commands:
Suraj Narkhede
2017-06-23
1
-0
/
+1
|
*
|
Fix brpop command table entry and redirect blocked clients.
Suraj Narkhede
2017-06-22
2
-2
/
+3
*
|
|
RDB modules values serialization format version 2.
antirez
2017-06-27
4
-28
/
+127
*
|
|
ARM: Fix stack trace generation on crash.
antirez
2017-06-26
1
-0
/
+5
*
|
|
Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().
antirez
2017-06-23
2
-7
/
+7
*
|
|
Merge pull request #4028 from zintrepid/prevent_expirations_while_paused
Salvatore Sanfilippo
2017-06-23
2
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prevent expirations and evictions while paused
Zachary Marquez
2017-06-01
2
-0
/
+10
*
|
|
Aesthetic changes to #4068 PR to conform to Redis coding standard.
antirez
2017-06-22
1
-7
/
+6
*
|
|
Merge pull request #4068 from FreedomU007/unstable
Salvatore Sanfilippo
2017-06-22
4
-1
/
+36
|
\
\
\
|
*
|
|
Optimize set command with ex/px when updating aof.
xuzhou
2017-06-22
1
-3
/
+3
|
*
|
|
Fix set with ex/px option when propagated to aof
xuzhou
2017-06-16
4
-1
/
+36
*
|
|
|
Merge pull request #3802 from flowly/bugfix-calc-stat-net-output-bytes
Salvatore Sanfilippo
2017-06-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
fix server.stat_net_output_bytes calc bug
minghang.zmh
2017-02-10
1
-1
/
+1
|
*
|
|
|
Merge pull request #1 from antirez/unstable
flowly
2017-02-10
518
-31583
/
+110673
|
|
\
\
\
\
[next]