We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3167fde commit 24d8c1eCopy full SHA for 24d8c1e
1 file changed
docs/exp/SER002.md
@@ -4,7 +4,7 @@ New features in Redis 8.4 include:
4
5
- [`MSETEX`](https://github.com/redis/redis/pull/14434) for setting multiple strings with expiry
6
- [`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
+- [`SET ... {IFEQ|IFNE|IFDEQ|IFDNE}`, `DELEX` and `DIGEST`](https://github.com/redis/redis/pull/14435) for checked (CAS/CAD) string operations
8
9
The corresponding library feature must also be considered subject to change:
10
@@ -23,4 +23,4 @@ or more granularly / locally in C#:
23
24
``` c#
25
#pragma warning disable SER002
26
-```
+```
0 commit comments