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
*
Optimize number of realloc syscall during multi/exec flow (#10921)
Harkrishn Patro
2022-07-04
2
-3
/
+14
*
Unlock cluster config file upon server shutdown. (#10912)
Qu Chen
2022-07-04
2
-4
/
+11
*
Account sharded pubsub channels memory consumption (#10925)
Harkrishn Patro
2022-07-04
3
-3
/
+14
*
Set aof rewrite status in some backgroundRewriteDoneHandler errors (#10923)
Binbin
2022-07-03
1
-0
/
+6
*
Fix TLS issues with large replies (#10909)
Yossi Gottlieb
2022-07-03
1
-3
/
+3
*
Always set server.aof_last_write_errno in aof write error (#10917)
Binbin
2022-07-03
1
-1
/
+1
*
Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)
Binbin
2022-06-30
26
-63
/
+96
*
Fix CLUSTER RESET command argument number issue (#10898)
Wen Hui
2022-06-29
2
-4
/
+4
*
Add sharded pubsub keychannel count to client info (#10895)
jonnyomerredis
2022-06-28
1
-1
/
+2
*
A minor refinement to clusterbus extension estlen (#10902)
Tian
2022-06-27
1
-2
/
+2
*
Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)
Viktor Söderqvist
2022-06-27
2
-2
/
+4
*
Support conversion between `RedisModuleString` and `unsigned long long` (#10889)
RinChanNOW!
2022-06-26
2
-0
/
+28
*
redis-server command line arguments allow passing config name and value in th...
Binbin
2022-06-26
1
-1
/
+33
*
Add RM_SetClientNameById and RM_GetClientNameById (#10839)
Viktor Söderqvist
2022-06-26
4
-15
/
+64
*
Sync argv_len var back after command call in execCommand (#10900)
Binbin
2022-06-26
1
-0
/
+1
*
Replace regular array to array of structs to get rid of false sharing (#10892)
Elvina Yakubova
2022-06-26
1
-3
/
+8
*
changing min,max in ZRANGE -> start stop (#10097)
Steve Lorello
2022-06-25
2
-4
/
+4
*
migrateGetSocket() cleanup.. (#5546)
WuYunlong
2022-06-23
1
-1
/
+1
*
When dirCreateIfMissing or openNewIncrAofForAppend fail, set aof_lastbgrewrit...
Binbin
2022-06-23
1
-1
/
+5
*
command prompt help: add stdin config usage (#6313)
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2022-06-23
1
-0
/
+1
*
Add bus_port argument in cluster-meet.json (#10304)
Binbin
2022-06-23
2
-1
/
+17
*
fix redis-benchmark's bug: check if clients are created successfully in idle ...
judeng
2022-06-22
1
-0
/
+4
*
Module API docs corrections (#10890)
Viktor Söderqvist
2022-06-21
1
-4
/
+4
*
Fix crash on RM_Call with script mode. (#10886)
Meir Shpilraien (Spielrein)
2022-06-21
1
-2
/
+11
*
Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)
Vlad
2022-06-21
1
-5
/
+5
*
Set replicas' configEpoch to 0 when loaded from cluster configuration file (#...
Bar Shaul
2022-06-20
1
-2
/
+4
*
Optimize the performance of clusterSendPing for large clusters (#10624)
judeng
2022-06-20
2
-14
/
+6
*
Fsync directory while persisting AOF manifest, RDB file, and config file (#10...
Tian
2022-06-20
6
-4
/
+82
*
Fix a prototype inconsitency of `_serverAssert` between redisassert.h and red...
Masahiro Ide
2022-06-19
1
-1
/
+1
*
optimize zset conversion on large ZRANGESTORE (#10789)
Oran Agra
2022-06-14
1
-2
/
+4
*
Script that made modification will not break with unexpected NOREPLICAS error...
Oran Agra
2022-06-14
1
-0
/
+5
*
Allow ECHO in loading and stale modes (#10853)
Oran Agra
2022-06-14
2
-1
/
+3
*
Fix 2 comments in dict.c & redis-cli.c (#10860)
hdyztmdqd
2022-06-14
2
-2
/
+2
*
Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key commands whe...
Huang Zhw
2022-06-13
1
-7
/
+14
*
redis-check-rdb add when_opcode check for module aux (#10859)
Binbin
2022-06-13
1
-1
/
+8
*
Fix typo in replication.c (#10854)
XiongDa
2022-06-13
1
-1
/
+1
*
Correctly check for vm.overcommit_memory == 0 (#10841)
Johannes Truschnigg
2022-06-12
1
-1
/
+1
*
Fix 3 comments in server.c (#10844)
XiongDa
2022-06-12
1
-3
/
+3
*
Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)
Binbin
2022-06-12
3
-47
/
+44
*
Fix crash when overcommit_memory is inaccessible (#10848)
Binbin
2022-06-11
2
-5
/
+5
*
Update some comments in stream command docs (#10821)
Wen Hui
2022-06-09
1
-8
/
+7
*
Increment the stat_rdb_saves counter in SAVE command (#10827)
Binbin
2022-06-07
1
-1
/
+4
*
fix unused argument warning in ae_select.c (#10824)
ls-2018
2022-06-07
1
-0
/
+1
*
Documentation fixes of `BITFIELD_RO` and `XINFO STREAM` (#10823)
Bjorn Svensson
2022-06-07
3
-2
/
+7
*
Handle multiple_token flag in generate-command-help.rb (#10822)
Binbin
2022-06-07
4
-10
/
+10
*
Fix bitfield_ro documentation (#10820)
ranshid
2022-06-06
1
-0
/
+1
*
update help.h (#10818)
Oran Agra
2022-06-06
1
-7
/
+7
*
crash report instructions (#10816)
Oran Agra
2022-06-06
1
-0
/
+2
*
Split instantaneous_repl_total_kbps to instantaneous_input_repl_kbps and inst...
DarrenJiang13
2022-06-06
2
-6
/
+11
*
Update cluster.c (#10773)
Mixficsol
2022-06-06
1
-1
/
+1
[next]