XSETID
          
        
        
        
        
        
        
        Syntax
        XSETID key last-id [ENTRIESADDED entries-added] [MAXDELETEDID max-deleted-id]
- Available since:
 - Redis Open Source 5.0.0
 - Time complexity:
 - O(1)
 - ACL categories:
 - 
              
                
@write,@stream,@fast, 
The XSETID command is an internal command.
It is used by a Redis master to replicate the last delivered ID of streams.
Return information
        Simple string reply: 
    
      
      
      
      
    
  OK.
      History
- Starting with Redis version 7.0.0: Added the 
entries_addedandmax_deleted_entry_idarguments.