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
*
Use the special static refcount for stack objects.
faster-rdb-loading
antirez
2020-04-09
1
-1
/
+1
*
RDB: refactor some RDB loading code into dbAddRDBLoad().
antirez
2020-04-09
3
-4
/
+22
*
incrRefCount(): abort on statically allocated object.
antirez
2020-04-09
2
-2
/
+12
*
More powerful DEBUG RELOAD.
antirez
2020-04-09
3
-16
/
+55
*
RDB: clarify a condition in rdbLoadRio().
antirez
2020-04-09
2
-2
/
+9
*
RDB: load files faster avoiding useless free+realloc.
antirez
2020-04-09
7
-28
/
+40
*
Fix ACL HELP table missing comma.
antirez
2020-04-08
1
-12
/
+12
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2020-04-07
1
-0
/
+1
|
\
|
*
Merge pull request #7064 from mymilkbottles/unstable
Salvatore Sanfilippo
2020-04-06
1
-0
/
+1
|
|
\
|
|
*
Merge pull request #1 from mymilkbottles/mymilkbottles-log-level-judge
mymilkbottles
2020-04-06
1
-0
/
+1
|
|
|
\
|
|
|
*
Judge the log level in advance
mymilkbottles
2020-04-06
1
-0
/
+1
|
|
|
/
*
|
|
Speedup INFO by counting client memory incrementally.
faster-info
antirez
2020-04-07
4
-26
/
+52
|
/
/
*
|
Merge pull request #7065 from qetu3790/unstable
Salvatore Sanfilippo
2020-04-06
1
-4
/
+1
|
\
\
|
*
|
fix comments about RESIZE DB opcode in rdb.c
qetu3790
2020-04-06
1
-4
/
+1
*
|
|
Clarify redis.conf comment about lazyfree-lazy-user-del.
antirez
2020-04-06
1
-5
/
+9
*
|
|
Merge pull request #6243 from soloestoy/expand-lazy-free-server-del
Salvatore Sanfilippo
2020-04-06
4
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lazyfree: add a new configuration lazyfree-lazy-user-del
zhaozhao.zz
2019-12-18
4
-2
/
+7
*
|
|
Merge branch 'lcs' into unstable
antirez
2020-04-06
5
-1
/
+267
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
LCS: more tests.
antirez
2020-04-06
1
-0
/
+8
|
*
|
LCS: allow KEYS / STRINGS to be anywhere.
antirez
2020-04-06
1
-6
/
+0
|
*
|
LCS tests.
antirez
2020-04-06
1
-0
/
+22
|
*
|
LCS: get rid of STOREIDX option. Fix get keys helper.
antirez
2020-04-06
2
-21
/
+20
|
*
|
LCS: fix stale comment.
lcs
antirez
2020-04-02
1
-1
/
+1
|
*
|
LCS: output LCS len as well in IDX mode.
antirez
2020-04-02
1
-1
/
+6
|
*
|
LCS: MINMATCHLEN and WITHMATCHLEN options.
antirez
2020-04-02
1
-11
/
+24
|
*
|
LCS: 7x speedup by accessing the array with better locality.
antirez
2020-04-01
1
-1
/
+1
|
*
|
LCS: implement KEYS option.
antirez
2020-04-01
1
-2
/
+18
|
*
|
LCS: other fixes to range emission.
antirez
2020-04-01
1
-16
/
+20
|
*
|
LCS: fix emission of last range starting at index 0.
antirez
2020-04-01
1
-1
/
+1
|
*
|
LCS: implement range indexes option.
antirez
2020-04-01
1
-9
/
+59
|
*
|
LCS: initial functionality implemented.
antirez
2020-04-01
4
-1
/
+156
*
|
|
Merge pull request #6797 from patpatbear/issue_#6565_memory_borderline
Salvatore Sanfilippo
2020-04-06
3
-4
/
+11
|
\
\
\
|
*
|
|
Check OOM at script start to get stable lua OOM state.
srzhao
2020-01-20
3
-4
/
+11
*
|
|
|
Merge pull request #7063 from oranagra/oran-runtest-external
Salvatore Sanfilippo
2020-04-06
2
-13
/
+13
|
\
\
\
\
|
*
|
|
|
diffrent fix for runtest --host --port
Oran Agra
2020-04-06
2
-13
/
+13
|
/
/
/
/
*
|
|
|
Merge pull request #7051 from guybe7/sleep_in_blockonkeys_tests
Salvatore Sanfilippo
2020-04-03
1
-1
/
+54
|
\
\
\
\
|
*
|
|
|
Try to fix time-sensitive tests in blockonkey.tcl
Guy Benoish
2020-04-03
1
-1
/
+54
*
|
|
|
|
Merge pull request #7057 from guybe7/fix_attr_gnuc
Salvatore Sanfilippo
2020-04-03
1
-3
/
+12
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Use __attribute__ only if __GNUC__ is defined
Guy Benoish
2020-04-03
1
-3
/
+12
|
/
/
/
/
*
|
|
|
Merge pull request #6855 from guybe7/var_funcs_format_check
Salvatore Sanfilippo
2020-04-03
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Modules: Perform printf-like format checks in variadic API
Guy Benoish
2020-04-03
1
-3
/
+3
*
|
|
|
|
Merge pull request #7030 from valentinogeron/xread-in-lua
Salvatore Sanfilippo
2020-04-03
3
-2
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...
Valentino Geron
2020-03-26
3
-2
/
+18
*
|
|
|
|
|
Merge pull request #6933 from guybe7/multi_exec_allow_stale
Salvatore Sanfilippo
2020-04-03
1
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Stale replica should allow MULTI/EXEC
Guy Benoish
2020-04-02
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #7055 from zxdvd/patch-1
Salvatore Sanfilippo
2020-04-03
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fix integer overflow
Xudong Zhang
2020-04-02
1
-2
/
+2
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #7054 from guybe7/fix_neg_zero_test
Salvatore Sanfilippo
2020-04-02
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix no-negative-zero test
Guy Benoish
2020-04-02
1
-0
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #6694 from oranagra/signal_modified_key
Salvatore Sanfilippo
2020-04-02
4
-8
/
+8
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
[next]