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
> ReJSON is a Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents).
10
-
> Primary features:
11
-
> Full support of the JSON standard
12
-
> JSONPath-like syntax for selecting element inside documents
13
-
> Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
14
-
> Typed atomic operations for all JSON values types
15
-
- Go-ReJSON is built atop the [redigo](https://github.com/gomodule/redigo) client.
16
-
- The package is intended to be used in conjuction with the [redigo](https://github.com/gomodule/redigo), which means all features provided by the original package will be available.
10
+
11
+
12
+
Primary features of ReJSON Module:
13
+
14
+
* Full support of the JSON standard
15
+
* JSONPath-like syntax for selecting element inside documents
16
+
* Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
17
+
* Typed atomic operations for all JSON values types
18
+
19
+
Each and every feature of ReJSON Module is fully incorporated in the project.
20
+
21
+
Enjoy ReJSON with the type-safe Redis client, [`Go-Redis/Redis`](https://github.com/go-redis/redis) or use the print-like Redis-api client [`GoModule/Redigo`](https://github.com/gomodule/redigo/redis).
22
+
Go-ReJSON supports both the clients. Use any of the above two client you want, Go-ReJSON helps you out with all its features and functionalities in a more generic and standard way.
23
+
24
+
Support for `mediocregopher/radix` and other Redis clients is in our RoadMap. Any contributions on the support for other clients is hearty welcome.
0 commit comments