redis/tests/unit
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
..
moduleapi add test for modules load/unload and config rewrite 2021-06-01 13:43:48 +03:00
type Add support for combining NX and GET flags on SET command (#8906) 2021-06-07 16:47:58 +03:00
acl.tcl ACL channels permission handling for save/load scenario. (#8794) 2021-04-19 13:27:44 +03:00
aofrw.tcl stabilize tests that involved with load handlers (#8967) 2021-05-20 15:29:43 +03:00
auth.tcl
bitfield.tcl
bitops.tcl
dump.tcl
expire.tcl Improve new time sensitive pexpireat propagation test (#9010) 2021-06-01 08:01:10 +03:00
geo.tcl
hyperloglog.tcl
info.tcl
introspection-2.tcl
introspection.tcl Hide migrate command from slowlog if they include auth (#8859) 2021-05-19 08:23:54 -07:00
keyspace.tcl
latency-monitor.tcl
lazyfree.tcl Fix race in new lazyfree test (#8965) 2021-05-19 16:06:43 +03:00
limits.tcl
maxmemory.tcl Fix flaky unit/maxmemory test on MacOS/BSD. (#8619) 2021-03-08 20:53:53 +02:00
memefficiency.tcl
multi.tcl
networking.tcl Fix potential CONFIG SET bind test failure. (#8875) 2021-04-27 18:02:23 +03:00
obuf-limits.tcl Enforce client output buffer soft limit when no traffic. (#8833) 2021-05-04 13:45:08 +03:00
oom-score-adj.tcl
other.tcl Hide migrate command from slowlog if they include auth (#8859) 2021-05-19 08:23:54 -07:00
pause.tcl
pendingquerybuf.tcl stabilized and improve pendingquerybuf test suit (#8780) 2021-04-14 11:49:00 +03:00
printver.tcl
protocol.tcl
pubsub.tcl Modules: adding a module type for key space notification (#8759) 2021-04-19 21:33:26 +03:00
quit.tcl
scan.tcl
scripting.tcl EVALSHA_RO and EVAL_RO Commands (#8820) 2021-05-12 21:07:34 -07:00
shutdown.tcl
slowlog.tcl Hide migrate command from slowlog if they include auth (#8859) 2021-05-19 08:23:54 -07:00
sort.tcl
tls.tcl Add support for reading encrypted keyfiles. (#8644) 2021-03-22 13:27:46 +02:00
tracking.tcl Fix memory leak when doing lazyfreeing client tracking table (#8822) 2021-04-19 22:16:27 -07:00
wait.tcl