We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b6ab7 commit a42944fCopy full SHA for a42944f
redisvl/index/storage.py
@@ -176,7 +176,7 @@ async def _aget(
176
raise NotImplementedError
177
178
@staticmethod
179
- async def _aexpire(client: AsyncRedisClientOrPipeline, key: str, ttl: int):
+ async def _aexpire(client: AsyncRedisClientOrPipeline, key: str, ttl: int) -> None:
180
"""Asynchronously set TTL on a key using the provided client or pipeline
181
182
Args:
0 commit comments