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
/
db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix exists command on slave
zhaozhao.zz
2018-06-29
1
-2
/
+1
*
Fix infinite loop in dbRandomKey().
antirez
2018-06-29
1
-0
/
+13
*
expireIfNeeded() needed a top comment documenting the behavior.
antirez
2018-02-28
1
-0
/
+19
*
expireIfNeeded() comment: claim -> pretend.
antirez
2018-02-28
1
-1
/
+1
*
Fix getKeysUsingCommandTable() in the case of nagative arity.
antirez
2018-01-18
1
-5
/
+7
*
LFU: do some changes about LFU to find hotkeys
zhaozhao.zz
2017-11-30
1
-3
/
+13
*
PSYNC2: make persisiting replication info more solid
zhaozhao.zz
2017-09-20
1
-1
/
+3
*
Implement getKeys procedure for georadius and georadiusbymember
Qu Chen
2017-06-14
1
-0
/
+38
*
Fix PERSIST expired key resuscitation issue #4048.
antirez
2017-06-13
1
-1
/
+1
*
Fix getKeysUsingCommandTable() in cluster mode.
antirez
2017-04-20
1
-1
/
+14
*
Rax library updated.
antirez
2017-04-18
1
-6
/
+6
*
Cluster: hash slots tracking using a radix tree.
antirez
2017-04-18
1
-53
/
+48
*
active memory defragmentation
oranagra
2017-01-12
1
-1
/
+1
*
Replication: fix the infamous key leakage of writable slaves + EXPIRE.
antirez
2016-12-13
1
-4
/
+15
*
PSYNC2: different improvements to Redis replication.
antirez
2016-11-09
1
-1
/
+1
*
SWAPDB command.
antirez
2016-10-14
1
-1
/
+86
*
dict.c: dictReplaceRaw() -> dictAddOrFind().
antirez
2016-09-14
1
-1
/
+1
*
LFU: Initial naive eviction cycle.
antirez
2016-07-18
1
-1
/
+8
*
LFU: Redis object level implementation.
antirez
2016-07-15
1
-1
/
+7
*
Expire and LRU related code moved into different files.
antirez
2016-07-06
1
-128
/
+0
*
TTL and TYPE LRU access fixed. TOUCH implemented.
antirez
2016-06-14
1
-7
/
+54
*
Modules: support for modules native data types.
antirez
2016-06-03
1
-0
/
+4
*
Modules: command <-> core interface modified to get flags & keys.
antirez
2016-05-10
1
-1
/
+3
*
various cleanups and minor fixes
Oran Agra
2016-04-25
1
-1
/
+1
*
MIGRATE: Fix key extraction for new form.
antirez
2015-12-11
1
-0
/
+27
*
Lazyfree: cond vars to enabled/disable it based on DEL context.
antirez
2015-10-02
1
-11
/
+12
*
Fixed a bug in the emptyDb() new implementation.
antirez
2015-10-01
1
-1
/
+1
*
FLUSHDB and FLUSHALL ASYNC option implemented.
antirez
2015-10-01
1
-6
/
+37
*
Lazyfree: ability to free whole DBs in background.
antirez
2015-10-01
1
-6
/
+37
*
Lazyfree: Hash converted to use plain SDS WIP 4.
antirez
2015-10-01
1
-4
/
+4
*
Lazyfree: Hash converted to use plain SDS WIP 3.
antirez
2015-10-01
1
-4
/
+4
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-11
/
+13
*
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
2015-10-01
1
-2
/
+2
*
Lazyfree: a first implementation of non blocking DEL.
antirez
2015-10-01
1
-10
/
+25
*
MOVE re-add TTL check fixed.
antirez
2015-09-14
1
-1
/
+1
*
MOVE now can move TTL metadata as well.
antirez
2015-09-14
1
-1
/
+3
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-18
/
+18
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-14
/
+14
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-10
/
+10
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-21
/
+21
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-30
/
+30
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
EXISTS is now variadic.
antirez
2015-07-13
1
-5
/
+9
*
Change RENAME behavior when src and dst keys are the same.
antirez
2015-02-23
1
-5
/
+9
*
remove_warning in db.c
clark.kang
2014-12-12
1
-2
/
+2
*
Better read-only behavior for expired keys in slaves.
antirez
2014-12-10
1
-2
/
+27
*
Use exp format and more precision output for ZSCAN.
antirez
2014-12-02
1
-1
/
+1
*
Limit the *SCAN command `dictScan` iterations
xiaost
2014-09-09
1
-1
/
+8
*
Remove warnings and improve integer sign correctness.
antirez
2014-08-13
1
-6
/
+2
*
Reject MOVE to non-integer DBs
Matt Stancliff
2014-08-08
1
-1
/
+6
[next]