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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
command prompt help: add stdin config usage (#6313)
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2022-06-23
1
-0
/
+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
1
-37
/
+40
*
Fix crash when overcommit_memory is inaccessible (#10848)
Binbin
2022-06-11
1
-2
/
+2
*
Split instantaneous_repl_total_kbps to instantaneous_input_repl_kbps and inst...
DarrenJiang13
2022-06-06
1
-4
/
+8
*
Only print final log when aof is loaded successfully (#10808)
chenyang8094
2022-06-02
1
-1
/
+2
*
Expose script flags to processCommand for better handling (#10744)
Oran Agra
2022-06-01
1
-9
/
+23
*
Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...
Oran Agra
2022-06-01
1
-15
/
+16
*
Adds isolated netstats for replication. (#10062)
DarrenJiang13
2022-05-31
1
-4
/
+20
*
Sharded pubsub publish messagebulk as smessage (#10792)
Harkrishn Patro
2022-05-31
1
-0
/
+1
*
Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)
Madelyn Olson
2022-05-29
1
-3
/
+8
*
improve logging around AOF file creation and loading (#10763)
chenyang8094
2022-05-26
1
-0
/
+1
*
Add warning for suspected slow system clocksource setting (#10636)
yoav-steinberg
2022-05-22
1
-155
/
+33
*
Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...
Oran Agra
2022-05-22
1
-0
/
+2
*
Make the check for if script is running or not consistent (#10725)
Qu Chen
2022-05-15
1
-2
/
+1
*
Update comments on command args, and a misleading error reply (#10645)
Wen Hui
2022-05-13
1
-0
/
+1
*
redis-server command line arguments support take one bulk string with spaces ...
Binbin
2022-05-11
1
-2
/
+7
*
Dediacted member to hold RedisModuleCommand (#10681)
guybe7
2022-05-10
1
-6
/
+3
*
Update the comments of commands introduced or updated in redis 7.0 (#10659)
Wen Hui
2022-04-28
1
-1
/
+1
*
Fix bug when AOF enabled after startup. put the new incr file in the manifest...
chenyang8094
2022-04-26
1
-2
/
+8
*
Allow configuring signaled shutdown flags (#10594)
Eduardo Semprebon
2022-04-26
1
-2
/
+12
*
Set replicas to panic on disk errors, and optionally panic on replication err...
Madelyn Olson
2022-04-26
1
-6
/
+20
*
By default prevent cross slot operations in functions and scripts with # (#10...
Madelyn Olson
2022-04-26
1
-3
/
+2
*
fix broken protocol regression from #10612 (#10639)
Oran Agra
2022-04-26
1
-0
/
+3
*
Fix typos and limit unknown command error message (#10634)
Binbin
2022-04-25
1
-3
/
+3
*
Fix regression not aborting transaction on error, and re-edit some error resp...
guybe7
2022-04-25
1
-24
/
+53
*
Optimization: Use either monotonic or wall-clock to measure command execution...
filipe oliveira
2022-04-20
1
-19
/
+37
*
Fixes around clients that must be obeyed. Replica report disk errors in PING....
Oran Agra
2022-04-20
1
-6
/
+10
*
Optimized `hdr_value_at_percentile` (#10606)
yoav-steinberg
2022-04-20
1
-10
/
+0
*
Add socket-mark-id support for marking sockets. (#10349)
David CARLIER
2022-04-20
1
-0
/
+1
*
Fixes around AOF failed rewrite rate limiting (#10582)
judeng
2022-04-19
1
-3
/
+2
*
Add the deprecated_since field in command args of COMMAND DOCS (#10545)
guybe7
2022-04-13
1
-0
/
+5
*
Durability enhancement for appendfsync=always policy (#9678)
zhaozhao.zz
2022-04-11
1
-6
/
+14
*
COMMAND DOCS shows module name, where applicable (#10544)
guybe7
2022-04-10
1
-0
/
+5
*
optimize(remove) usage of client's pending_querybuf (#10413)
zhaozhao.zz
2022-03-25
1
-18
/
+0
*
Add new RM_Call flags for script mode, no writes, and error replies. (#10372)
Meir Shpilraien (Spielrein)
2022-03-22
1
-19
/
+26
*
Optimization: remove `updateClientMemUsage` from i/o threads. (#10401)
yoav-steinberg
2022-03-15
1
-31
/
+22
*
fix typos (#10402)
a2tt
2022-03-09
1
-1
/
+1
*
Use dismissMemory to dismiss COW of client output buffer (#10403)
sundb
2022-03-09
1
-1
/
+1
*
dismiss COW of client output buffer now that it's dynamic (#10371)
Oran Agra
2022-03-08
1
-4
/
+2
*
Introduce debug command to disable reply buffer resizing (#10360)
ranshid
2022-03-01
1
-0
/
+5
*
Move most of the configuration to a hashtable (#10323)
Madelyn Olson
2022-02-28
1
-0
/
+24
*
Sort out the mess around Lua error messages and error stats (#10329)
Meir Shpilraien (Spielrein)
2022-02-27
1
-12
/
+34
*
Add stream consumer group lag tracking and reporting (#9127)
Itamar Haber
2022-02-23
1
-0
/
+1
*
Optimize deferred replies to use shared objects instead of sprintf (#10334)
filipe oliveira
2022-02-23
1
-0
/
+4
*
introduce dynamic client reply buffer size - save memory on idle clients (#9822)
ranshid
2022-02-22
1
-2
/
+56
*
Implemented module getchannels api and renamed channel keyspec (#10299)
Madelyn Olson
2022-02-22
1
-1
/
+1
*
Fix error stats and failed command stats for blocked clients (#10309)
Oran Agra
2022-02-21
1
-0
/
+6
*
aof rewrite and rdb save counters in info (#10178)
yoav-steinberg
2022-02-17
1
-0
/
+6
*
Remove unused code - leftover from script replication mechanisms (#10272)
chenyang8094
2022-02-09
1
-13
/
+0
[next]