Skip to content

Commit 24d8c1e

Browse files
committed
fix docs link
1 parent 3167fde commit 24d8c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/exp/SER002.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
The 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+
```

0 commit comments

Comments
 (0)