@@ -590,6 +590,7 @@ class Redis(Generic[_StrType]):
590
590
def sunionstore (self , dest : _Key , keys : _Key | Iterable [_Key ], * args : _Key ) -> int : ...
591
591
def xack (self , name , groupname , * ids ): ...
592
592
def xadd (self , name , fields , id = ..., maxlen = ..., approximate = ...): ...
593
+ def xautoclaim (self , name , groupname , consumername , min_idle_time , start_id = ..., count = ..., justid = ...): ...
593
594
def xclaim (
594
595
self , name , groupname , consumername , min_idle_time , message_ids , idle = ..., time = ..., retrycount = ..., force = ..., justid = ...
595
596
): ...
@@ -600,7 +601,7 @@ class Redis(Generic[_StrType]):
600
601
def xgroup_setid (self , name , groupname , id ): ...
601
602
def xinfo_consumers (self , name , groupname ): ...
602
603
def xinfo_groups (self , name ): ...
603
- def xinfo_stream (self , name ): ...
604
+ def xinfo_stream (self , name , full = ... ): ...
604
605
def xlen (self , name : _Key ) -> int : ...
605
606
def xpending (self , name , groupname ): ...
606
607
def xpending_range (self , name , groupname , min , max , count , consumername = ...): ...
0 commit comments