mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Redis caching improvements
This commit is contained in:
7
hyperglass/cache/__init__.py
vendored
Normal file
7
hyperglass/cache/__init__.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Redis cache handlers."""
|
||||
|
||||
# Project
|
||||
from hyperglass.cache.aio import AsyncCache
|
||||
from hyperglass.cache.sync import SyncCache
|
||||
|
||||
__all__ = ("AsyncCache", "SyncCache")
|
Reference in New Issue
Block a user