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
/
tests
/
unit
/
expire.tcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...
Binbin
2022-01-23
1
-11
/
+11
*
Fix timing issue in PSETEX/PEXPIRE sub-second expire tests (#10121)
Binbin
2022-01-17
1
-6
/
+3
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-2
/
+2
*
Add external test that runs without debug command (#9964)
Oran Agra
2021-12-19
1
-0
/
+2
*
Add tests to cover EXPIRE overflow fix (#9839)
Binbin
2021-11-24
1
-5
/
+16
*
Fix timing issue in sub-second expires test (#9821)
Binbin
2021-11-22
1
-14
/
+27
*
Tune expire test threshold. (#9775)
Binbin
2021-11-13
1
-1
/
+1
*
Add NX/XX/GT/LT options to EXPIRE command group (#2795)
Ning Sun
2021-08-02
1
-0
/
+121
*
Add missing needs:repl tag. (#9169)
Yossi Gottlieb
2021-06-29
1
-1
/
+1
*
Fix flaky test case for absolute TTL replication (#9069)
ny0312
2021-06-13
1
-2
/
+4
*
Improve test suite to handle external servers better. (#9033)
Yossi Gottlieb
2021-06-09
1
-19
/
+23
*
Improve new time sensitive pexpireat propagation test (#9010)
Oran Agra
2021-06-01
1
-2
/
+2
*
Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...
ny0312
2021-05-30
1
-68
/
+252
*
Add more attempts to a timing sensitive test (#8770)
Oran Agra
2021-04-13
1
-1
/
+4
*
EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)
Gnanesh
2021-02-21
1
-0
/
+52
*
GETEX, GETDEL and SET PXAT/EXAT (#8327)
Raghav Muddur
2021-01-27
1
-6
/
+65
*
Add tests to make sure that relative EXPIRE is propagated to replicas (#8357)
Oran Agra
2021-01-19
1
-9
/
+60
*
fix broken PEXPIREAT test (#7791)
Oran Agra
2020-09-13
1
-6
/
+10
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-1
/
+1
*
AOF: append origin SET if no expire option
zhaozhao.zz
2020-06-03
1
-0
/
+10
*
add a new SET option KEEPTTL that doesn't remove expire time
zhaozhao.zz
2019-12-18
1
-0
/
+13
*
fix typo
shenlongxing
2018-06-21
1
-1
/
+1
*
Fix set with ex/px option when propagated to aof
xuzhou
2017-06-16
1
-0
/
+15
*
Regression test for issue #3333.
antirez
2016-07-06
1
-0
/
+6
*
Test: regression test for issue #1026.
antirez
2013-03-28
1
-0
/
+10
*
Test: verify that lazy-expire works.
antirez
2013-03-28
1
-0
/
+18
*
TTL API change: TTL returns -2 for non existing keys.
antirez
2012-11-12
1
-1
/
+19
*
Show problem with 'keys' command with specific command sequence.
Harmen
2012-05-01
1
-0
/
+11
*
EXPIRE tests more tolerant to random latency while the test is running.
antirez
2011-12-07
1
-8
/
+8
*
Added test to make sure Redis evicts expired keys actively (and not just in a...
antirez
2011-11-12
1
-0
/
+14
*
new tests for EXPIRE family functions, new millisecond precision, and new mil...
antirez
2011-11-11
1
-4
/
+60
*
fixed another timing issue when running the test over valgrind or with very s...
antirez
2011-07-11
1
-1
/
+1
*
PERSIST: a fix and some basic test
antirez
2010-08-03
1
-0
/
+11
*
no longer passing tests due to the new write-on-volatile semantics modified/r...
antirez
2010-08-03
1
-4
/
+5
*
tag test with sleep() as slow
Pieter Noordhuis
2010-06-03
1
-4
/
+6
*
tag more slow tests
Pieter Noordhuis
2010-06-03
1
-4
/
+6
*
tags for existing tests
Pieter Noordhuis
2010-06-02
1
-1
/
+1
*
changed how server.tcl accepts options to support more directives without req...
Pieter Noordhuis
2010-06-02
1
-1
/
+1
*
minor fixes to the new test suite, html doc updated
antirez
2010-05-14
1
-0
/
+58