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
/
server.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unblocked clients API refactoring. See #4418.
antirez
2018-09-04
1
-0
/
+1
*
Make pending buffer processing safe for CLIENT_MASTER client.
antirez
2018-09-04
1
-0
/
+1
*
Introduce repl_slave_ignore_maxmemory flag internally.
antirez
2018-08-29
1
-0
/
+2
*
block: rewrite BRPOPLPUSH as RPOPLPUSH to propagate
zhaozhao.zz
2018-08-29
1
-1
/
+1
*
pipeline: do not sdsrange querybuf unless all commands processed
zhaozhao.zz
2018-08-29
1
-0
/
+1
*
refactor dbOverwrite to make lazyfree work
zhaozhao.zz
2018-08-02
1
-0
/
+1
*
Introduce writeCommandsDeniedByDiskError().
antirez
2018-08-02
1
-0
/
+5
*
Control dynamic HZ via server configuration.
antirez
2018-07-30
1
-0
/
+2
*
Dynamic HZ: adapt cron frequency to number of clients.
antirez
2018-07-30
1
-5
/
+6
*
Dynamic HZ: separate hz from the configured hz.
antirez
2018-07-30
1
-0
/
+3
*
Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR
Itamar Haber
2018-07-23
1
-0
/
+1
*
Adds memory information about the script's cache to INFO
Itamar Haber
2018-07-23
1
-0
/
+1
*
Hopefully improve commenting of #5126.
antirez
2018-07-16
1
-0
/
+2
*
slave buffers were wasteful and incorrectly counted causing eviction
Oran Agra
2018-07-16
1
-0
/
+7
*
Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...
dejun.xdj
2018-07-09
1
-0
/
+1
*
Cache timezone and daylight active flag for safer logging.
antirez
2018-07-04
1
-0
/
+2
*
Fix typo
Jack Drogon
2018-07-03
1
-2
/
+2
*
Clarify the pending_querybuf field of clients.
antirez
2018-07-03
1
-3
/
+4
*
Merge branch 'unstable' into pending-querybuf
chendianqiang
2018-07-03
1
-10
/
+22
|
\
|
*
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
antirez
2018-07-02
1
-1
/
+1
|
*
Merge pull request #4998 from itamarhaber/module_command_help
Salvatore Sanfilippo
2018-07-02
1
-0
/
+1
|
|
\
|
|
*
Merge branch 'unstable' into module_command_help
Itamar Haber
2018-06-09
1
-3
/
+3
|
|
|
\
|
|
*
|
Adds MODULE HELP and implements addReplySubSyntaxError
Itamar Haber
2018-06-07
1
-0
/
+1
|
*
|
|
clients: add type option for client list
zhaozhao.zz
2018-06-28
1
-1
/
+1
|
*
|
|
Take clients in a ID -> Client handle dictionary.
antirez
2018-06-27
1
-0
/
+1
|
*
|
|
Enhance RESTORE with RDBv9 new features
Guy Benoish
2018-06-20
1
-0
/
+2
|
*
|
|
add malloc_usable_size for libc malloc
Oran Agra
2018-06-19
1
-3
/
+3
|
*
|
|
Refactor createObjectFromLongLong() to be suitable for value objects.
antirez
2018-06-18
1
-0
/
+1
|
*
|
|
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
Salvatore Sanfilippo
2018-06-16
1
-2
/
+4
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
rdb: incremental fsync when redis saves rdb
zhaozhao.zz
2018-03-16
1
-2
/
+4
|
*
|
|
Merge pull request #4519 from soloestoy/zset-int-problem
Salvatore Sanfilippo
2018-06-08
1
-3
/
+3
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
zset: change the span of zskiplistNode to unsigned long
zhaozhao.zz
2017-12-08
1
-2
/
+2
|
|
*
|
zset: fix the int problem
zhaozhao.zz
2017-12-08
1
-1
/
+1
|
*
|
|
Streams: use non static macro node limits.
antirez
2018-06-07
1
-1
/
+5
*
|
|
|
limit the size of pending-querybuf in masterclient
chendianqiang
2018-07-01
1
-0
/
+1
|
/
/
/
*
|
|
ZPOP: change sync ZPOP to have a count argument instead of N keys.
antirez
2018-05-11
1
-1
/
+1
*
|
|
ZPOP: renaming to have explicit MIN/MAX score idea.
antirez
2018-05-11
1
-8
/
+11
*
|
|
Implements [B]Z[REV]POP and the respective unit tests
Itamar Haber
2018-04-30
1
-5
/
+11
*
|
|
Streams: XTRIM command added.
antirez
2018-04-19
1
-0
/
+1
*
|
|
Streams: XDEL command.
antirez
2018-04-18
1
-0
/
+1
*
|
|
getMaxmemoryState() fixed and improved.
antirez
2018-04-11
1
-1
/
+1
*
|
|
Modules: context flags now include OOM flag.
antirez
2018-04-09
1
-0
/
+1
*
|
|
Modules API: RM_GetRandomBytes() / GetRandomHexChars().
antirez
2018-04-05
1
-1
/
+2
*
|
|
Modules Cluster API: make node IDs pointers constant.
antirez
2018-03-30
1
-1
/
+1
*
|
|
Modules Cluster API: message bus implementation.
antirez
2018-03-29
1
-0
/
+1
*
|
|
AOF: enable RDB-preamble rewriting by default.
antirez
2018-03-25
1
-1
/
+1
*
|
|
Merge pull request #4691 from oranagra/active_defrag_v2
Salvatore Sanfilippo
2018-03-22
1
-3
/
+22
|
\
\
\
|
*
|
|
Adding real allocator fragmentation to INFO and MEMORY command + active defra...
Oran Agra
2018-03-12
1
-2
/
+17
|
*
|
|
active defrag v2
Oran Agra
2018-03-12
1
-1
/
+5
*
|
|
|
CG: Replication WIP 1: XREADGROUP and XCLAIM propagated as XCLAIM.
antirez
2018-03-19
1
-3
/
+4
[next]