Skip to content

Commit

Permalink
Update Redis README
Browse files Browse the repository at this point in the history
Related to #1032
  • Loading branch information
grant authored Jun 11, 2019
1 parent 2904b80 commit ca0f6b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions memorystore/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,21 @@ Follow the instructions in [this guide](https://cloud.google.com/memorystore/doc
## Running on Google App Engine Flex

Follow the instructions in [this guide](https://cloud.google.com/memorystore/docs/redis/connect-redis-instance-flex) to deploy the sample application on GAE Flex.

## Running Locally

To run this sample locally, follow these instructions:

In one terminal, [run Redis](https://redis.io/topics/quickstart):

```sh
redis-server
```

In another terminal, run the Node application:

```sh
node server.js
```

Visit the following `localhost` URL to test your server that connects to Redis and observe a persistant "Vistor number".

0 comments on commit ca0f6b9

Please sign in to comment.