(fix) doc string

This commit is contained in:
Ishaan Jaff 2024-03-26 09:25:44 -07:00
parent 75ef51b714
commit 7409dcd222

View file

@ -7760,7 +7760,7 @@ async def cache_ping():
) )
async def cache_flushall(): async def cache_flushall():
""" """
A function to flush all items from the cache A function to flush all items from the cache. (All items will be deleted from the cache with this)
Raises HTTPException if the cache is not initialized or if the cache type does not support flushing. Raises HTTPException if the cache is not initialized or if the cache type does not support flushing.
Returns a dictionary with the status of the operation. Returns a dictionary with the status of the operation.