redict/tests
Fabian Eichinger 39b0f0dd73
Add support for combining NX and GET flags on SET command (#8906)
Till now GET and NX were mutually exclusive.
This change make their combination mean a "Get or Set" command.

If the key exists it returns the old value and avoids setting,
and if it does't exist it returns nil and sets it to the new value (possibly with expiry time)
2021-06-07 16:47:58 +03:00
..
assets ACL channels permission handling for save/load scenario. (#8794) 2021-04-19 13:27:44 +03:00
cluster Fix typo on buckup to backup (#8919) 2021-06-01 22:54:30 -07:00
helpers stabilize tests that involved with load handlers (#8967) 2021-05-20 15:29:43 +03:00
integration tests: add details when test fails on malformed info (#9042) 2021-06-03 20:34:54 +03:00
modules Modules: adding a module type for key space notification (#8759) 2021-04-19 21:33:26 +03:00
sentinel Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
support Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8474) 2021-05-30 09:20:32 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Add support for combining NX and GET flags on SET command (#8906) 2021-06-07 16:47:58 +03:00
instances.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
test_helper.tcl tests: prevent name clash in variables leading to wrong test name (#8995) 2021-06-06 17:35:30 +03:00