Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 27ab1fa

Browse files
authored
Update README.md
1 parent bc0d994 commit 27ab1fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![GitHub issues](https://img.shields.io/github/release/RedisJSON/RedisJSON2.svg)](https://github.com/RedisJSON/RedisJSON2/releases/latest)
22
[![CircleCI](https://circleci.com/gh/RedisJSON/RedisJSON2/tree/master.svg?style=svg)](https://circleci.com/gh/RedisJSON/RedisJSON2/tree/master)
3+
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/redislabs/redisjson2.svg)](https://hub.docker.com/r/redislabs/redisjson2/builds/)
34
[![Mailing List](https://img.shields.io/badge/Mailing%20List-RedisJSON-blue)](https://groups.google.com/forum/#!forum/redisjson)
45
[![Gitter](https://badges.gitter.im/RedisLabs/RedisJSON.svg)](https://gitter.im/RedisLabs/RedisJSON?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
56

@@ -15,6 +16,11 @@ RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [R
1516
* Typed atomic operations for all JSON values types
1617
* Secondery index support based on [RediSeach](http://redisearch.io)
1718

19+
## Quick start
20+
21+
```
22+
docker run -p 6379:6379 --name redis-redisjson redislabs/redisjson2:latest
23+
```
1824

1925
## New Commands in RedisJSON2
2026

0 commit comments

Comments
 (0)