diff --git a/modules/gcsim/cache.py b/modules/gcsim/cache.py index d4f00e19..d6f47707 100644 --- a/modules/gcsim/cache.py +++ b/modules/gcsim/cache.py @@ -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