Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added info on how to use flushAll with createCluster #2447

Closed
wants to merge 1 commit into from
Closed

docs: added info on how to use flushAll with createCluster #2447

wants to merge 1 commit into from

Conversation

egmzy
Copy link

@egmzy egmzy commented Mar 19, 2023

I'm working with redis clusters and was trying to implement my own abstraction layer on top of node-redis.
In that layer I needed a deleteAllKeys function, which is based on the flushAll method that doesn't exist on RedisClusterType.

There were no related docs or mentions on how to work around it, thought it should be added to the docs: #2446 (comment)

@egmzy egmzy changed the title docs: added info on how to use flushAll with clusters docs: added info on how to use flushAll with createCluster Mar 19, 2023
@leibale
Copy link
Contributor

leibale commented Mar 19, 2023

@leibale leibale linked an issue Mar 31, 2023 that may be closed by this pull request
@egmzy egmzy closed this by deleting the head repository Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to flushAll while using a createCluster instance
2 participants