mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
update memcached
This commit is contained in:
@@ -5,7 +5,7 @@ from aiomcache import Client
|
||||
from fastapi_cache.backends import Backend
|
||||
|
||||
|
||||
class MemcacheBackend(Backend):
|
||||
class MemcachedBackend(Backend):
|
||||
def __init__(self, mcache: Client):
|
||||
self.mcache = mcache
|
||||
|
||||
Reference in New Issue
Block a user