add search redis

This commit is contained in:
咕谷酱
2025-08-18 16:20:29 +08:00
parent a246393ff7
commit 71c961cafd
9 changed files with 542 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ class UTCBaseModel(BaseModel):
return v
Cursor = dict[str, int]
Cursor = dict[str, int | float]
class RespWithCursor(BaseModel):