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
*
Merge pull request #5738 from bmerry/fix-swapdb-int-overflow
Salvatore Sanfilippo
2019-07-12
1
-1
/
+1
|
\
|
*
Make dbSwapDatabases take args as long
Bruce Merry
2018-12-31
1
-1
/
+1
*
|
diskless replication on slave side (don't store rdb to file), plus some other...
Oran Agra
2019-07-08
1
-5
/
+18
*
|
Merge pull request #6116 from AngusP/scan-types
Salvatore Sanfilippo
2019-07-08
1
-7
/
+22
|
\
\
|
*
|
Change typeNameCanonicalize -> getObjectTypeName, and other style changes
Angus Pearson
2019-07-08
1
-3
/
+3
|
*
|
Add char* typeNameCanonicalize(robj*) to remove duplicate code between SCAN a...
Angus Pearson
2019-06-10
1
-26
/
+11
|
*
|
Implement `SCAN cursor [TYPE type]` modifier suggested in issue #6107.
Angus Pearson
2019-05-22
1
-1
/
+31
*
|
|
Client side caching: implement trackingInvalidateKey().
antirez
2019-07-03
1
-0
/
+1
|
/
/
*
|
Renamed event name from "miss" to "keymiss"
Dvir Volk
2019-03-21
1
-4
/
+4
*
|
added special flag for keyspace miss notifications
Dvir Volk
2019-03-21
1
-3
/
+3
*
|
Added keyspace miss notifications support
Dvir Volk
2019-03-19
1
-1
/
+6
*
|
Use dictGetFairRandomKey() for RANDOMKEY as well.
antirez
2019-02-19
1
-1
/
+1
*
|
Refactoring: always kill AOF/RDB child via helper functions.
antirez
2019-01-21
1
-6
/
+1
*
|
Merge branch 'unstable' into fixChildInfoPipeFdLeak
Salvatore Sanfilippo
2019-01-21
1
-5
/
+6
|
\
\
|
*
\
Merge pull request #5797 from trevor211/fixUpdateDictResizePolicy
Salvatore Sanfilippo
2019-01-21
1
-0
/
+1
|
|
\
\
|
|
*
|
Update dict resize policy when rdb child process gets killed.
WuYunlong
2019-01-21
1
-0
/
+1
|
|
|
/
|
*
|
RESP3: most null replies converted.
antirez
2019-01-09
1
-1
/
+1
|
*
|
RESP3: Use new deferred len API in dict.c.
antirez
2019-01-09
1
-4
/
+4
|
|
/
*
|
Fix child info pipe fd leak when child process gets killed.
WuYunlong
2019-01-21
1
-0
/
+1
|
/
*
fix a typo: craeted -> created
lsytj0413
2018-12-06
1
-1
/
+1
*
Merge pull request #5469 from soloestoy/stat-key-miss-if-expired
Salvatore Sanfilippo
2018-10-24
1
-1
/
+5
|
\
|
*
if we read a expired key, misses++
zhaozhao.zz
2018-10-19
1
-1
/
+5
*
|
Simplify part of the #5470 patch.
antirez
2018-10-24
1
-12
/
+11
*
|
Merge pull request #5470 from soloestoy/keys-no-trigger-expire
Salvatore Sanfilippo
2018-10-24
1
-27
/
+34
|
\
\
|
*
|
do not delete expired keys in KEYS command
zhaozhao.zz
2018-10-19
1
-27
/
+34
|
|
/
*
|
fix typo
hujie
2018-10-20
1
-1
/
+1
|
/
*
refactor dbOverwrite to make lazyfree work
zhaozhao.zz
2018-07-31
1
-6
/
+11
*
Remove useless conditional from emptyDb().
antirez
2018-07-25
1
-1
/
+0
*
Make emptyDb() change introduced in #4852 simpler to read.
antirez
2018-07-25
1
-3
/
+8
*
optimize flushdb, avoid useless loops
zhaozhao.zz
2018-07-25
1
-2
/
+5
*
Fix typo
Jack Drogon
2018-07-03
1
-3
/
+3
*
fix some compile warnings
zhaozhao.zz
2018-06-28
1
-1
/
+1
*
fix typo
shenlongxing
2018-06-21
1
-1
/
+1
*
Streams: fix xreadGetKeys() for correctness.
antirez
2018-06-18
1
-5
/
+19
*
Merge pull request #4857 from youjiali1995/fix-command-getkeys
Salvatore Sanfilippo
2018-06-18
1
-3
/
+3
|
\
|
*
Fix core dump when using 'command getkeys' with wrong arguments.
赵磊
2018-06-04
1
-3
/
+3
*
|
Streams: fix xreadGetKeys() buffer overflow.
antirez
2018-06-18
1
-1
/
+1
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2018-06-14
1
-2
/
+1
|
\
\
|
*
|
fix exists command on slave
zhaozhao.zz
2018-06-14
1
-2
/
+1
*
|
|
Fix infinite loop in dbRandomKey().
antirez
2018-06-14
1
-0
/
+13
|
/
/
*
|
In scanDatabaseForReadyLists() now we need to handle ZSETs as well.
antirez
2018-06-12
1
-4
/
+6
*
|
Implements [B]Z[REV]POP and the respective unit tests
Itamar Haber
2018-04-30
1
-1
/
+3
|
/
*
Merge pull request #4679 from youjiali1995/fix-lru
Salvatore Sanfilippo
2018-03-22
1
-5
/
+2
|
\
|
*
Remove updateLFU() in dbOverwrite().
赵磊
2018-02-11
1
-5
/
+2
*
|
expireIfNeeded() needed a top comment documenting the behavior.
antirez
2018-02-27
1
-0
/
+19
*
|
expireIfNeeded() comment: claim -> pretend.
antirez
2018-02-27
1
-1
/
+1
|
/
*
Fix getKeysUsingCommandTable() in the case of nagative arity.
antirez
2018-01-12
1
-5
/
+7
*
Streams: fix TYPE for stream type.
antirez
2017-12-01
1
-0
/
+1
*
Streams: fix XREAD ready-key signaling.
antirez
2017-12-01
1
-2
/
+1
*
Streams: XREAD get-key method fixed.
antirez
2017-12-01
1
-4
/
+6
[next]