4 lines
54 B
Python
4 lines
54 B
Python
from cachelib import RedisCache
|
|
|
|
cache = RedisCache()
|
from cachelib import RedisCache
|
|
|
|
cache = RedisCache()
|