File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ A Java Client Library for [RedisJSON](https://github.com/RedisJSON/RedisJSON)
1313
1414## Overview
1515
16- This client provides access to ReJSON 's Redis API, and provides back-and-forth serialization between Java's and its objects.
16+ This client provides access to RedisJSON 's Redis API, and provides back-and-forth serialization between Java's and its objects.
1717
18- This project is currently WIP and the interface may change. Also note that only the core ReJSON commands are supported at the moment.
18+ This project is currently WIP and the interface may change. Also note that only the core RedisJSON commands are supported at the moment.
1919
2020
2121
5656
5757
5858## Build
59- 1. Clone it: `git clone git@github.com:RedisLabs/JReJSON .git`
60- 2. `cd JReJSON `
59+ 1. Clone it: `git clone git@github.com:RedisJSON/JRedisJSON .git`
60+ 2. `cd JRedisJSON `
6161 3. `mvn clean install -Dmaven.test.skip=true`
6262
6363## Usage example
You can’t perform that action at this time.
0 commit comments