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

Redis optimizations to reduce writes and make use of scan instead of keys #164

Merged
merged 2 commits into from
Nov 21, 2017

Conversation

cjus
Copy link
Contributor

@cjus cjus commented Nov 18, 2017

  • Introduces use of the Redis scan command to replace the keys command Use redis scan instead of keys #152
  • During _updatePresence two writes to Redis were eliminated.
  • Use the Redis driver batch command instead of multi in strategic places.

@cjus cjus merged commit 6bc808a into pnxtech:master Nov 21, 2017
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.

1 participant