Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit 9fc7a4b

Browse files
author
vijay pawar
authored
Update Readme.Md
according to this discussion i felt it should be documented Reference - #43
1 parent d0d134f commit 9fc7a4b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,13 @@ All the commands are documented in [the references.][api]
9191

9292
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql`.
9393

94+
Note - keep running both
95+
9496
```
95-
docker run -it --net host siscia/redisql
97+
$docker run -it --net host siscia/redisql //Server
98+
99+
$docker run -it --net host siscia/redisql redis-cli //Client
100+
96101
```
97102

98103
This will start a RediSQL instance and allow you to work directly with RediSQL.

0 commit comments

Comments
 (0)