docs/exp/SER003.md
Redis 8.6 is currently in preview and may be subject to change.
New features in Redis 8.6 include:
HOTKEYS for profiling CPU and network hot-spots by keyXADD IDMP[AUTP] for idempotent (write-at-most-once) stream additionThe 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);SER003</NoWarn>
or more granularly / locally in C#:
#pragma warning disable SER003