docs/exp/SER002.md
Redis 8.4 is currently in preview and may be subject to change.
New features in Redis 8.4 include:
MSETEX for setting multiple strings with expiryXREADGROUP ... CLAIM for simplifed stream consumptionSET ... {IFEQ|IFNE|IFDEQ|IFDNE}, DELEX and DIGEST for checked (CAS/CAD) string operationsThe corresponding library feature must also be considered subject to change:
While this seems unlikely, it must be considered a possibility. If you acknowledge this, you can suppress
this warning by adding the following to your csproj file:
<NoWarn>$(NoWarn);SER002</NoWarn>
or more granularly / locally in C#:
#pragma warning disable SER002