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
*
Tracking: first conversion from hashing to key names.
antirez
2020-02-07
3
-114
/
+84
*
Merge pull request #6822 from guybe7/diskless_load_module_hook_fix
Salvatore Sanfilippo
2020-02-06
3
-28
/
+44
|
\
|
*
Diskless-load emptyDb-related fixes
Guy Benoish
2020-02-06
3
-28
/
+44
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2020-02-06
15
-174
/
+140
|
\
\
|
*
\
Merge pull request #6826 from lifubang/opensslcli
Salvatore Sanfilippo
2020-02-06
1
-9
/
+10
|
|
\
\
|
|
*
|
fix ssl flag check for redis-cli
lifubang
2020-02-04
1
-9
/
+10
|
*
|
|
Merge pull request #6821 from guybe7/key_miss_notify
Salvatore Sanfilippo
2020-02-06
4
-6
/
+7
|
|
\
\
\
|
|
*
|
|
Exclude "keymiss" notification from NOTIFY_ALL
Guy Benoish
2020-02-03
4
-6
/
+7
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #6837 from oranagra/signal_modified_key_doc
Salvatore Sanfilippo
2020-02-06
1
-1
/
+2
|
|
\
\
\
|
|
*
|
|
update RM_SignalModifiedKey doc comment
Oran Agra
2020-02-05
1
-1
/
+2
|
*
|
|
|
Merge pull request #6840 from oranagra/short_read_moduleid
Salvatore Sanfilippo
2020-02-06
1
-1
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
Add handling of short read of module id in rdb
Oran Agra
2020-02-05
1
-1
/
+4
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6843 from oranagra/command_flags
Salvatore Sanfilippo
2020-02-06
1
-8
/
+8
|
|
\
\
\
\
|
|
*
|
|
|
A few non-data commands that should be allowed while loading or stale
Oran Agra
2020-02-06
1
-8
/
+8
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6844 from oranagra/bind_config_leak
Salvatore Sanfilippo
2020-02-06
1
-0
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
Memory leak when bind config is provided twice
Oran Agra
2020-02-06
1
-0
/
+4
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6845 from oranagra/maxmemory_warning
Salvatore Sanfilippo
2020-02-06
1
-2
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
fix maxmemory config warning
Oran Agra
2020-02-06
1
-2
/
+3
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6846 from oranagra/module_client_flags
Salvatore Sanfilippo
2020-02-06
1
-3
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
Fix client flags to be int64 in module.c
Oran Agra
2020-02-06
1
-3
/
+3
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6847 from oranagra/module_read_err_panic
Salvatore Sanfilippo
2020-02-06
1
-4
/
+5
|
|
\
\
\
\
|
|
*
|
|
|
moduleRDBLoadError, add key name, and use panic rather than exit
Oran Agra
2020-02-06
1
-4
/
+5
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6848 from oranagra/opt_use_diskless_load_calls
Salvatore Sanfilippo
2020-02-06
1
-4
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
reduce repeated calls to use_diskless_load
Oran Agra
2020-02-06
1
-4
/
+3
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6849 from oranagra/free_client_mutex
Salvatore Sanfilippo
2020-02-06
1
-1
/
+6
|
|
\
\
\
\
|
|
*
|
|
|
freeClientAsync don't lock mutex if there's just one thread
Oran Agra
2020-02-06
1
-1
/
+6
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6850 from oranagra/restart_aof_unset_master
Salvatore Sanfilippo
2020-02-06
1
-3
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
move restartAOFAfterSYNC from replicaofCommand to replicationUnsetMaster
Oran Agra
2020-02-06
1
-3
/
+4
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6851 from oranagra/aof_rewrite_scheduled
Salvatore Sanfilippo
2020-02-06
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
stopAppendOnly resets aof_rewrite_scheduled
Oran Agra
2020-02-06
1
-0
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6852 from oranagra/acl_help
Salvatore Sanfilippo
2020-02-06
1
-0
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
add SAVE subcommand to ACL HELP and top comment
Oran Agra
2020-02-06
1
-0
/
+2
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #6853 from oranagra/debug_help
Salvatore Sanfilippo
2020-02-06
1
-2
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
DEBUG HELP - add PROTOCOL
Oran Agra
2020-02-06
1
-2
/
+3
|
|
|
/
/
/
|
*
|
|
|
Some refactroing using getClientType instead of CLIENT_SLAVE
Guy Benoish
2020-02-06
2
-26
/
+18
|
*
|
|
|
Fix small bugs related to replica and monitor ambiguity
Guy Benoish
2020-02-06
2
-6
/
+8
|
|
/
/
/
|
*
|
|
Merge pull request #6831 from oranagra/config_c_refactor_3
Salvatore Sanfilippo
2020-02-05
1
-97
/
+31
|
|
\
\
\
|
|
*
|
|
config.c verbose error replies for CONFIG SET, like config file parsing
Oran Agra
2020-02-05
1
-97
/
+31
|
*
|
|
|
memoryGetKeys helper function so that ACL can limit access to keys for MEMORY...
Oran Agra
2020-02-05
3
-1
/
+18
|
|
/
/
/
*
|
|
|
Merge branch 'acl-log' into unstable
antirez
2020-02-06
6
-5
/
+213
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ACL LOG: make max log entries configurable.
acl-log
antirez
2020-02-04
3
-0
/
+8
|
*
|
|
ACL LOG: log failed auth attempts.
antirez
2020-02-04
5
-12
/
+34
|
*
|
|
ACL LOG: also log ACL errors in the scripting/MULTI ctx.
antirez
2020-01-30
2
-2
/
+6
|
*
|
|
ACL LOG: implement LOG RESET.
antirez
2020-01-29
1
-2
/
+6
|
*
|
|
ACL LOG: group similar entries in a given time delta.
antirez
2020-01-29
1
-3
/
+58
|
*
|
|
ACL LOG: actually emit entries.
antirez
2020-01-28
3
-5
/
+34
|
*
|
|
ACL LOG: implement ACL LOG subcommadn skeleton.
antirez
2020-01-28
1
-0
/
+37
|
*
|
|
ACL LOG: data structures and initial functions.
antirez
2020-01-27
5
-5
/
+54
*
|
|
|
Merge pull request #6818 from leomurillo/zskiplistLevels
Salvatore Sanfilippo
2020-02-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Set ZSKIPLIST_MAXLEVEL to optimal value given 2^64 elements and p=0.25
Leo Murillo
2020-02-02
1
-1
/
+1
[next]