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
*
Add RM_MallocSizeString, RM_MallocSizeDict (#10542)
guybe7
2022-04-17
3
-2
/
+27
*
Fix incorrect error code for eval scripts and fix test error checking (#10575)
Madelyn Olson
2022-04-14
2
-2
/
+2
*
solve corrupt dump fuzzer crash in streams (#10579)
Oran Agra
2022-04-14
1
-0
/
+6
*
Fix several document error and function comments (#10580)
Wen Hui
2022-04-13
3
-5
/
+5
*
Optimize stream id sds creation on XADD key * (~20% saved cpu cycles) (#10574)
filipe oliveira
2022-04-13
1
-8
/
+22
*
Keyspace event for new keys (#10512)
Luke Palmer
2022-04-13
4
-1
/
+5
*
Add the deprecated_since field in command args of COMMAND DOCS (#10545)
guybe7
2022-04-13
4
-0
/
+9
*
Fix error/warning on Arm due to unsigned char. (#10572)
Yossi Gottlieb
2022-04-12
1
-1
/
+1
*
Allow specifying ACL reason for module log entry (#10559)
Madelyn Olson
2022-04-11
2
-3
/
+20
*
Extending the use of hashTypeGetValue. (#10567)
Ernesto Rodriguez Reina
2022-04-11
1
-46
/
+17
*
Durability enhancement for appendfsync=always policy (#9678)
zhaozhao.zz
2022-04-11
4
-33
/
+43
*
modules: add RedisModuleKey* return type to RM_OpenKey (#3719)
Evan
2022-04-11
2
-3
/
+3
*
Add RM_TryAlloc (#10541)
guybe7
2022-04-10
2
-1
/
+11
*
COMMAND DOCS shows module name, where applicable (#10544)
guybe7
2022-04-10
3
-0
/
+14
*
fix indent space (#10562)
cyhone
2022-04-10
1
-1
/
+1
*
Fix an mistake in comment (#10560)
zhl49
2022-04-10
1
-2
/
+2
*
improve malloc efficiency: reduce call times of zrealloc (#10533)
王恒
2022-04-09
2
-9
/
+3
*
Fix auto-aof-rewrite-percentage based AOFRW trigger after restart (#10550)
chenyang8094
2022-04-07
1
-2
/
+12
*
Fix RM_Yield bug (#10548)
Oran Agra
2022-04-07
1
-2
/
+10
*
Fixes commands' syntices (#10534)
Itamar Haber
2022-04-06
9
-327
/
+415
*
Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...
Lu JJ
2022-04-05
1
-0
/
+8
*
use $^ instead of $< for linker in module makefile (#10530)
judeng
2022-04-05
1
-8
/
+8
*
update static help.h from redis.io commands.json (#10529)
Oran Agra
2022-04-05
1
-2
/
+12
*
Update json command files so they only include syntax related information (#1...
Madelyn Olson
2022-04-05
10
-55
/
+16
*
Functions: Move library meta data to be part of the library payload. (#10500)
Meir Shpilraien (Spielrein)
2022-04-05
8
-143
/
+184
*
Cluster node name sanity check (#10391)
bugwz
2022-04-04
3
-31
/
+57
*
delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)
judeng
2022-04-05
6
-6
/
+0
*
Fix null pointer subtraction warning (#10498)
chenyang8094
2022-04-04
1
-2
/
+2
*
Fix mistake / outdated doc comment (#10521)
Bofang Liu
2022-04-04
1
-1
/
+1
*
Fix #10508, on error, pop function and error handler from Lua stack. (#10519)
Meir Shpilraien (Spielrein)
2022-04-04
1
-0
/
+1
*
fix typos in aof.c (#10513)
judeng
2022-04-04
1
-10
/
+10
*
Turn into replica on SETSLOT (#10489)
Viktor Söderqvist
2022-04-02
1
-0
/
+28
*
Use exit code 1 on error in redis-cli (#10468)
Ozan Tezcan
2022-03-30
1
-8
/
+4
*
Module Configurations (#10285)
Nick Chun
2022-03-30
8
-232
/
+1117
*
command json files cleanups (#10473)
Binbin
2022-03-30
32
-218
/
+301
*
redis-cli: Do DNS lookup before sending CLUSTER MEET (#10436)
Viktor Söderqvist
2022-03-29
1
-2
/
+22
*
show cluster.links in MEMORY STATS (#10302)
zhaozhao.zz
2022-03-29
1
-1
/
+4
*
improve malloc efficiency for cluster slots_info_pairs (#10488)
Oran Agra
2022-03-29
2
-41
/
+36
*
introduce MAX_D2STRING_CHARS instead of 128 const (#10487)
Oran Agra
2022-03-28
4
-13
/
+44
*
Make redis-cli --cluster help output to stdout (#10485)
Binbin
2022-03-28
1
-14
/
+14
*
fix crash in debug protocol push (#10483)
DarrenJiang13
2022-03-28
2
-1
/
+8
*
optimize(remove) usage of client's pending_querybuf (#10413)
zhaozhao.zz
2022-03-25
5
-59
/
+56
*
crash log, print killer pid only when si_code is SI_USER (#10454)
Oran Agra
2022-03-22
1
-1
/
+1
*
Add new RM_Call flags for script mode, no writes, and error replies. (#10372)
Meir Shpilraien (Spielrein)
2022-03-22
8
-52
/
+186
*
Fix an off by one error in zzlStrtod (#10465)
yiyuaner
2022-03-22
1
-2
/
+2
*
config rewrite enhancement, in case of line longer than 1024 (#8009)
zhaozhao.zz
2022-03-22
2
-10
/
+27
*
config rewrite failed save errno in case of being tainted (#10461)
郭伟光
2022-03-21
1
-2
/
+4
*
Use exit code 1 if redis-cli fails to connect (#10438)
Ozan Tezcan
2022-03-21
1
-2
/
+6
*
BITSET and BITFIELD SET should propagate even if just length changed (#10459)
guybe7
2022-03-21
1
-11
/
+13
*
Fix timing issue in shards test and fix displayed TLS port (#10450)
Madelyn Olson
2022-03-20
1
-4
/
+6
[next]