File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ New features in Redis 8.4 include:
44
55- [ ` MSETEX ` ] ( https://github.com/redis/redis/pull/14434 ) for setting multiple strings with expiry
66- [ ` XREADGROUP ... CLAIM ` ] ( https://github.com/redis/redis/pull/14402 ) for simplifed stream consumption
7- - [ ` SET ... {IFEQ|IFNE|IFDEQ|IFDNE} ` , ` DELEX ` and ` DIGEST ` ] ( https://github.com/redis/redis/pull/14434 ) for checked (CAS/CAD) string operations
7+ - [ ` SET ... {IFEQ|IFNE|IFDEQ|IFDNE} ` , ` DELEX ` and ` DIGEST ` ] ( https://github.com/redis/redis/pull/14435 ) for checked (CAS/CAD) string operations
88
99The corresponding library feature must also be considered subject to change:
1010
@@ -23,4 +23,4 @@ or more granularly / locally in C#:
2323
2424``` c#
2525#pragma warning disable SER002
26- ```
26+ ```
You can’t perform that action at this time.
0 commit comments