You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedisJSON is a [Redis](https://redis.io/) module that implements [ECMA-404 The JSON Data Interchange Standard](http://json.org/) as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents).
@@ -13,7 +13,7 @@ Primary features:
13
13
* Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
14
14
* Typed atomic operations for all JSON values types
15
15
16
-
RedisJSON is developed with <3 at [Redis Labs](https://redislabs.com). The source code is available
16
+
RedisJSON is developed with <3 at [Redis](https://redis.com). The source code is available
First download the pre-compiled version from [RedisLabs download center](https://redislabs.com/download-center/modules/).
162
+
First download the pre-compiled version from [Redis download center](https://redis.com/download-center/modules/).
163
163
164
164
Next, run Redis with RedisJSON:
165
165
@@ -230,9 +230,9 @@ Some languages have client libraries that provide support for RedisJSON's comman
230
230
|[iorejson][iorejson-url]| Node.js | MIT |[Evan Huang @evanhuang8][iorejson-author]|[![iorejson-stars]][iorejson-url]|[npm][iorejson-package]|
231
231
|[node_redis-rejson][node_redis-rejson-url]| Node.js | MIT |[Kyle Davis @stockholmux][node_redis-rejson-author]|[![node_redis-rejson-stars]][node_redis-rejson-url]|[npm][node_redis-rejson-package]|
0 commit comments