deleteCommentFromCache
talawa-api / services/CommentCache/deleteCommentFromCache / deleteCommentFromCache
Function: deleteCommentFromCache()
> deleteCommentFromCache(comment
): Promise
<void
>
Deletes the specified comment from Redis cache.
Parameters
comment
The InterfaceComment object representing the comment to delete.
Returns
Promise
<void
>
A promise resolving to void.