@@ -16,13 +16,13 @@ This image is based on the official image of Redis from Docker. By default, the
1616
1717### Modules included in the container
1818
19- - RediSearch: a full-featured search engine
20- - RedisGraph: a graph database
21- - RedisTimeSeries: a timeseries database
22- - RedisAI: a tensor and deep learning model server
23- - RedisJSON: a native JSON data type
24- - RedisBloom: native Bloom and Cuckoo Filter data types
25- - RedisGears: a dynamic execution framework
19+ - [ RediSearch] ( https://redislabs.com/modules/redis-search/ ) : a full-featured search engine
20+ - [ RedisGraph] ( https://redislabs.com/modules/redis-graph/ ) : a graph database
21+ - [ RedisTimeSeries] ( https://redislabs.com/modules/redis-timeseries/ ) : a timeseries database
22+ - [ RedisAI] ( https://redislabs.com/modules/redis-ai/ ) : a tensor and deep learning model server
23+ - [ RedisJSON] ( https://redislabs.com/modules/redis-json/ ) : a native JSON data type
24+ - [ RedisBloom] ( https://redislabs.com/modules/redis-bloom/ ) : native Bloom and Cuckoo Filter data types
25+ - [ RedisGears] ( https://redislabs.com/modules/redis-gears/ ) : a dynamic execution framework
2626
2727
2828
@@ -35,7 +35,7 @@ Run the docker version command in a terminal window to make sure that docker is
3535 docker version
3636 ```
3737
38- It should display Docker Engine Server and Client version successfully
38+ It should display Docker Engine Server and Client version successfully.
3939
4040
4141### Step 2. Running Redismod Docker container
@@ -136,6 +136,7 @@ To test drive rest of Redis modules, please visit the links mentioned under "Ref
136136### Further References
137137
138138 - [ Redismod GITHUB repository] ( https://github.com/RedisLabsModules/redismod )
139+ - [ Connecting to the database using RedisInsight] ( https://developer.redislabs.com/explore/redisinsight/ )
139140 - [ RedisJSON Tutorial] ( https://developer.redislabs.com/howtos/redisjson )
140141 - [ RedisTimeSeries Tutorial] ( https://developer.redislabs.com/howtos/redistimeseries )
141142 - [ RedisGraph Tutorial] ( https://developer.redislabs.com/howtos/redisgraph )
0 commit comments