From 48146c207823cf8f80cba969c2897a9f544cdb3b Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 21 Jan 2016 22:19:23 +0530 Subject: [PATCH 1/3] docs - Add Redis ENV info [ci skip] --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7460ca9..b280018 100644 --- a/readme.md +++ b/readme.md @@ -57,16 +57,15 @@ The result is that you get some nifty **test status windows that update as you k #### Redis: ###### Custom Redis Command: - -//TODO +Set ENV variable `PYTEST_STATUS_PORT` ###### Custom Redis Args: +Set ENV variable `REDIS_PATH` -//TODO ###### Custom Redis Port: +Set ENV variable `REDIS_ARGS` -//TODO From f13b91e00f7875b58288416679815364bdcb197f Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 21 Jan 2016 22:21:09 +0530 Subject: [PATCH 2/3] docs- correct redis env name [ci skip] --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index b280018..d89ab94 100644 --- a/readme.md +++ b/readme.md @@ -57,15 +57,15 @@ The result is that you get some nifty **test status windows that update as you k #### Redis: ###### Custom Redis Command: -Set ENV variable `PYTEST_STATUS_PORT` - -###### Custom Redis Args: Set ENV variable `REDIS_PATH` - -###### Custom Redis Port: +###### Custom Redis Args: Set ENV variable `REDIS_ARGS` +###### Custom Redis Port: +Set ENV variable `PYTEST_STATUS_PORT` + + From e8e1f72a04295474efc690351368f068e36903d4 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 21 Jan 2016 22:23:22 +0530 Subject: [PATCH 3/3] Docs- Make redis h4 [ci skip] --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d89ab94..951caa4 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ The result is that you get some nifty **test status windows that update as you k //TODO -#### Redis: +##### Redis: ###### Custom Redis Command: Set ENV variable `REDIS_PATH`