-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update Redis README #1357
Update Redis README #1357
Conversation
Related to #1032
memorystore/redis/README.md
Outdated
node server.js | ||
``` | ||
|
||
Visit the following `localhost` URL to test your server that connects to Redis and observe a persistant "Vistor number". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: vistor
-> visitor
(add i
)
|
||
To run this sample locally, follow these instructions: | ||
|
||
In one terminal, [run Redis](https://redis.io/topics/quickstart): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it better to refer to Redis Labs' hosted redis solution here? (Maybe a question for the relevant PM.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the official Redis quickstart is better than that site for learning about what Redis is.
@ace-n Please add more comments or approve :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On second thought - looks like the linked tutorial assumes you're running your own Redis instance (and not using Redis Labs or some other hosted service).
Considering that, this should be good to go.
Related to #1032, b/133157483