summaryrefslogtreecommitdiff
path: root/tests/unit/expire.tcl
Commit message (Expand)AuthorAgeFilesLines
* EXPIRE precision test more attempts and more tolerant (#12150)Binbin2023-05-091-6/+8
* Fix test and improve assert_replication_stream print the whole stream (#11793)Binbin2023-03-081-0/+3
* add test case and comments for active expiry in the writeable replica (#11789)judeng2023-02-201-0/+17
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-141-0/+42
* When DEBUG LOADAOF fails, return an error instead of exiting (#11790)Binbin2023-02-091-1/+1
* Fix flaky PTTL time to live in milliseconds test on slow machines (#11651)Binbin2022-12-221-1/+1
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-0/+23
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-11/+11
* Fix timing issue in PSETEX/PEXPIRE sub-second expire tests (#10121)Binbin2022-01-171-6/+3
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-2/+2
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-0/+2
* Add tests to cover EXPIRE overflow fix (#9839)Binbin2021-11-241-5/+16
* Fix timing issue in sub-second expires test (#9821)Binbin2021-11-221-14/+27
* Tune expire test threshold. (#9775)Binbin2021-11-131-1/+1
* Add NX/XX/GT/LT options to EXPIRE command group (#2795)Ning Sun2021-08-021-0/+121
* Add missing needs:repl tag. (#9169)Yossi Gottlieb2021-06-291-1/+1
* Fix flaky test case for absolute TTL replication (#9069)ny03122021-06-131-2/+4
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-19/+23
* Improve new time sensitive pexpireat propagation test (#9010)Oran Agra2021-06-011-2/+2
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-301-68/+252
* Add more attempts to a timing sensitive test (#8770)Oran Agra2021-04-131-1/+4
* EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)Gnanesh2021-02-211-0/+52
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-271-6/+65
* Add tests to make sure that relative EXPIRE is propagated to replicas (#8357)Oran Agra2021-01-191-9/+60
* fix broken PEXPIREAT test (#7791)Oran Agra2020-09-131-6/+10
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* AOF: append origin SET if no expire optionzhaozhao.zz2020-06-031-0/+10
* add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-0/+13
* fix typoshenlongxing2018-06-211-1/+1
* Fix set with ex/px option when propagated to aofxuzhou2017-06-161-0/+15
* Regression test for issue #3333.antirez2016-07-061-0/+6
* Test: regression test for issue #1026.antirez2013-03-281-0/+10
* Test: verify that lazy-expire works.antirez2013-03-281-0/+18
* TTL API change: TTL returns -2 for non existing keys.antirez2012-11-121-1/+19
* Show problem with 'keys' command with specific command sequence.Harmen2012-05-011-0/+11
* EXPIRE tests more tolerant to random latency while the test is running.antirez2011-12-071-8/+8
* Added test to make sure Redis evicts expired keys actively (and not just in a...antirez2011-11-121-0/+14
* new tests for EXPIRE family functions, new millisecond precision, and new mil...antirez2011-11-111-4/+60
* fixed another timing issue when running the test over valgrind or with very s...antirez2011-07-111-1/+1
* PERSIST: a fix and some basic testantirez2010-08-031-0/+11
* no longer passing tests due to the new write-on-volatile semantics modified/r...antirez2010-08-031-4/+5
* tag test with sleep() as slowPieter Noordhuis2010-06-031-4/+6
* tag more slow testsPieter Noordhuis2010-06-031-4/+6
* tags for existing testsPieter Noordhuis2010-06-021-1/+1
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-1/+1
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+58