Skip to content

Commit

Permalink
docs: Fix simple typo, accoding -> according
Browse files Browse the repository at this point in the history
There is a small typo in README.md.

Should read `according` rather than `accoding`.
  • Loading branch information
timgates42 committed Mar 28, 2020
1 parent 35b47fd commit be9da14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RedisPAPA
we use `redis info` to monitor the redis usage. PAPA means a father who is monitoring the redis.
> accoding to the [redis doc](http://redis.io/commands/info), it is be recommanded to use `info` other than `monitor`.
> according to the [redis doc](http://redis.io/commands/info), it is be recommanded to use `info` other than `monitor`.
================

Expand All @@ -10,7 +10,7 @@ we use `redis info` to monitor the redis usage. PAPA means a father who is monit

## Let's start
- `pip install -r requirements.txt`
- check out the file `config.py` and make your own configure accoding to your redis servers.
- check out the file `config.py` and make your own configure according to your redis servers.
- the REDIS_SERVER should be formated like this `['ip:port:password', 'ip:port', .....]`
- type this command `python run.py`, then you can watch it in `http://127.0.0.1:5000`
- we recommand use this command to deploy: `gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker run:app -b 0.0.0.0:5000`
Expand Down

0 comments on commit be9da14

Please sign in to comment.