This repository was archived by the owner on Apr 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ GitHub issues] ( https://img.shields.io/github/release/RedisJSON/RedisJSON2.svg )] ( https://github.com/RedisJSON/RedisJSON2/releases/latest )
2
2
[ ![ 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/ )
3
4
[ ![ Mailing List] ( https://img.shields.io/badge/Mailing%20List-RedisJSON-blue )] ( https://groups.google.com/forum/#!forum/redisjson )
4
5
[ ![ Gitter] ( https://badges.gitter.im/RedisLabs/RedisJSON.svg )] ( https://gitter.im/RedisLabs/RedisJSON?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
5
6
@@ -15,6 +16,11 @@ RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [R
15
16
* Typed atomic operations for all JSON values types
16
17
* Secondery index support based on [ RediSeach] ( http://redisearch.io )
17
18
19
+ ## Quick start
20
+
21
+ ```
22
+ docker run -p 6379:6379 --name redis-redisjson redislabs/redisjson2:latest
23
+ ```
18
24
19
25
## New Commands in RedisJSON2
20
26
You can’t perform that action at this time.
0 commit comments