We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like we added these back when we first started playing with Redis and made everything keys.
Anyways -- this should be a single hash: username:uid, and all references to the old keys should change.
username:uid
This is a breaking change that'll necessitate the running of node app --upgrade
node app --upgrade
The text was updated successfully, but these errors were encountered:
af59ff3
Need to call node app --upgrade to fix the hashes. Also changed the email:username:uid keys to use hashes.
Sorry, something went wrong.
barisusakli
No branches or pull requests
Looks like we added these back when we first started playing with Redis and made everything keys.
Anyways -- this should be a single hash:
username:uid
, and all references to the old keys should change.This is a breaking change that'll necessitate the running of
node app --upgrade
The text was updated successfully, but these errors were encountered: