XSETID

Usage:
XSETID key last-id [ ENTRIESADDED entries-added ] [ MAXDELETEDID max-deleted-id ]
Complexity:
O(1)
Since:
5.0.0

The XSETID command is an internal command. It is used by a Valkey master to replicate the last delivered ID of streams.

History

Version Change
7.0.0

Added the entries_added and max_deleted_entry_id arguments.