Skip to content

Commit a6af019

Browse files
authored
add download link (RedisJSON#206)
* add download link
1 parent b329525 commit a6af019

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ r.execute_command('JSON.SET', 'doc', '.', json.dumps(data))
151151
reply = json.loads(r.execute_command('JSON.GET', 'doc'))
152152
```
153153

154+
## Download and running binaries
155+
156+
First download the pre-compiled version from [RedisLabs download center](https://redislabs.com/download-center/modules/).
157+
158+
Next, run Redis with RedisJSON:
159+
160+
```
161+
$ redis-server --loadmodule /path/to/module/rejson.so
162+
```
154163

155164
## Building and Loading the Module
156165

0 commit comments

Comments
 (0)