Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkteco-home/redisjson
The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
https://github.com/zkteco-home/redisjson
redis redisjson rejson windows
Last synced: 9 days ago
JSON representation
The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
- Host: GitHub
- URL: https://github.com/zkteco-home/redisjson
- Owner: zkteco-home
- Created: 2022-11-16T06:26:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T01:56:03.000Z (4 months ago)
- Last Synced: 2024-07-28T03:02:22.793Z (4 months ago)
- Topics: redis, redisjson, rejson, windows
- Homepage:
- Size: 5.11 MB
- Stars: 31
- Watchers: 9
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedisJson
RedisJSON 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).Compliled on https://github.com/RedisJSON/RedisJSON
# Primary features:
Full support of the JSON standard
JSONPath syntax for selecting elements inside documents
Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
Typed atomic operations for all JSON values types
# Run
## Solution 1:
add parameters to redis.conf
enable-module-command yes
loadmodule rejson.dll
## Solution 2:redis-server.exe --loadmodule rejson.dll