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

Commit d83cac2

Browse files
authored
Merge pull request #44 from pawarvijay/patch-2
Update Readme.Md
2 parents d0d134f + a6f33a7 commit d83cac2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,21 @@ At this point you have your standard redis instance working as you would expect
8787

8888
All the commands are documented in [the references.][api]
8989

90+
To explore RediSQL you can use the official client `redis-cli` which it will connect to the running server.
91+
9092
## Docker image
9193

92-
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql`.
94+
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql` to start the Redis server with RediSQL loaded.
9395

9496
```
95-
docker run -it --net host siscia/redisql
97+
$ docker run -it --net host siscia/redisql
9698
```
9799

98-
This will start a RediSQL instance and allow you to work directly with RediSQL.
100+
The `siscia/redisql` image provides also the `redis-cli` client:
101+
102+
```
103+
$ docker run -it --net host siscia/redisql redis-cli
104+
```
99105

100106
## Tutorials and walkthrought
101107

0 commit comments

Comments
 (0)