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

Commit a6f33a7

Browse files
authored
Reword readme
1 parent 9fc7a4b commit a6f33a7

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +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-
## Docker image
90+
To explore RediSQL you can use the official client `redis-cli` which it will connect to the running server.
9191

92-
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql`.
92+
## Docker image
9393

94-
Note - keep running both
94+
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql` to start the Redis server with RediSQL loaded.
9595

9696
```
97-
$docker run -it --net host siscia/redisql //Server
97+
$ docker run -it --net host siscia/redisql
98+
```
9899

99-
$docker run -it --net host siscia/redisql redis-cli //Client
100+
The `siscia/redisql` image provides also the `redis-cli` client:
100101

101102
```
102-
103-
This will start a RediSQL instance and allow you to work directly with RediSQL.
103+
$ docker run -it --net host siscia/redisql redis-cli
104+
```
104105

105106
## Tutorials and walkthrought
106107

0 commit comments

Comments
 (0)