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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scripting: ability to turn on Lua commands style replication globally.
antirez
2015-10-30
1
-0
/
+1
*
Lua script selective replication fixes.
antirez
2015-10-30
1
-3
/
+5
*
Lua script selective replication WIP.
antirez
2015-10-30
1
-1
/
+2
*
Scripting: single commands replication mode implemented.
antirez
2015-10-30
1
-1
/
+4
*
call(): selective ability to prevent propagation on AOF / slaves.
antirez
2015-10-30
1
-5
/
+9
*
CLIENT REPLY command implemented: ON, OFF and SKIP modes.
antirez
2015-10-21
1
-0
/
+3
*
PR 2813 fix ported to unstable.
antirez
2015-10-15
1
-0
/
+2
*
Server: restartServer() API.
antirez
2015-10-13
1
-0
/
+7
*
Lazyfree: cond vars to enabled/disable it based on DEL context.
antirez
2015-10-02
1
-14
/
+14
*
Lazyfree: pending objects count in INFO output.
antirez
2015-10-01
1
-0
/
+1
*
Lazyfree: ability to free whole DBs in background.
antirez
2015-10-01
1
-1
/
+8
*
Lazyfree: incremental removed, only threaded survived.
antirez
2015-10-01
1
-7
/
+0
*
Threaded lazyfree WIP #1.
antirez
2015-10-01
1
-3
/
+8
*
Hash new implementation memleaks fixed.
antirez
2015-10-01
1
-1
/
+0
*
Lazyfree: Hash converted to use plain SDS WIP 4.
antirez
2015-10-01
1
-6
/
+7
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-8
/
+9
*
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
2015-10-01
1
-7
/
+9
*
Lazyfree: a first implementation of non blocking DEL.
antirez
2015-10-01
1
-21
/
+40
*
Fix processEventsWhileBlocked() to handle PENDING_WRITE clients.
antirez
2015-09-30
1
-1
/
+1
*
Refactoring: unlinkClient() added to lower freeClient() complexity.
antirez
2015-09-30
1
-0
/
+1
*
Refactoring: new function to test if client has pending output.
antirez
2015-09-30
1
-0
/
+1
*
Move handleClientsWithPendingWrites() in networking.c.
antirez
2015-09-30
1
-0
/
+1
*
Avoid installing the client write handler when possible.
antirez
2015-09-30
1
-0
/
+3
*
syncWithMaster(): non blocking state machine.
statemachine
antirez
2015-08-06
1
-2
/
+10
*
Client structure comments improved.
antirez
2015-08-06
1
-27
/
+27
*
Replication: add REPLCONF CAPA EOF support.
slaves_capa
antirez
2015-08-06
1
-0
/
+5
*
Make sure we re-emit SELECT after each new slave full sync setup.
antirez
2015-08-05
1
-1
/
+1
*
PSYNC initial offset fix.
antirez
2015-08-04
1
-0
/
+5
*
CLIENT_MASTER introduced.
antirez
2015-07-28
1
-3
/
+6
*
Avoid magic "0" argument to prepareForShutdown().
antirez
2015-07-28
1
-3
/
+4
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-203
/
+203
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-5
/
+5
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-4
/
+4
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-27
/
+27
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-242
/
+242
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
1
-6
/
+6
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-0
/
+1601