This repository was archived by the owner on Jul 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,15 +87,21 @@ At this point you have your standard redis instance working as you would expect
8787
8888All 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
You can’t perform that action at this time.
0 commit comments