🐛 Fix GCSimCache query name

This commit is contained in:
洛水居室 2023-12-03 15:45:33 +08:00
parent daf5b7a7e9
commit 84b2bff073
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -8,7 +8,7 @@ __all__ = [
class GCSimCache:
qname: str = "gcsim:"
qname: str = "gcsim"
def __init__(self, redis: RedisDB, ttl: int = 24 * 60 * 60):
self.client = redis.client