add search redis
This commit is contained in:
@@ -17,7 +17,7 @@ class UTCBaseModel(BaseModel):
|
||||
return v
|
||||
|
||||
|
||||
Cursor = dict[str, int]
|
||||
Cursor = dict[str, int | float]
|
||||
|
||||
|
||||
class RespWithCursor(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user