RedisJSON/RedisJSON
Fork: 327 Star: 3855 (更新于 2024-12-22 15:49:15)
license: NOASSERTION
Language: Rust .
RedisJSON - a JSON data type for Redis
最后发布版本: v2.8.4 ( 2024-09-01 22:51:08)
RedisJSON
Overview
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).
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
- Secondary index support when combined with RediSearch
Quick start
docker run -p 6379:6379 --name redis-stack redis/redis-stack:latest
Documentation
Read the docs at https://redis.io/docs/latest/develop/data-types/json/
How do I Redis?
Learn for free at Redis University
Build faster with the Redis Launchpad
Build
Make sure you have Rust installed: https://www.rust-lang.org/tools/install
Then, build as usual:
cargo build --release
When running the tests, you need to explicitly specify the test
feature to disable use of the Redis memory allocator when testing:
cargo test
If you forget to do this, you'll see an error mentioning signal: 4, SIGILL: illegal instruction
.
Run
Linux
redis-server --loadmodule ./target/release/librejson.so
Mac OS
redis-server --loadmodule ./target/release/librejson.dylib
Client libraries
Official clients
NRedisStack | Jedis | node-redis | redis-py |
Redis.OM | Redis OM Spring | redis-om-node | redis-om |
Community supported clients
Project | Language | License | Author | Stars | Package | Comment |
---|---|---|---|---|---|---|
Redisson | Java | Apache-2.0 | Redisson | Maven | ||
redis-modules-java | Java | Apache-2.0 | Liming Deng @dengliming | maven | ||
ioredis-rejson | Node.js | MIT | Felipe Schulz @schulzf | npm | ||
go-rejson | Go | MIT | Nitish Malhotra @nitishm | |||
rejonson | Go | Apache-2.0 | Daniel Krom @KromDaniel | |||
rueidis | Go | Apache-2.0 | Rueian @rueian | |||
NReJSON | .NET | MIT/Apache-2.0 | Tommy Hanks @tombatron | nuget | ||
phpredis-json | PHP | MIT | Rafa Campoy @averias | composer | ||
redislabs-rejson | PHP | MIT | Mehmet Korkmaz @mkorkmaz | composer | ||
rejson-rb | Ruby | MIT | Pavan Vachhani @vachhanihpavan | rubygems | ||
rustis | Rust | MIT | Dahomey Technologies | crate | Documentation | |
coredis | Python | MIT | Ali-Akber Saifee @alisaifee | pypi | Documentation |
Acknowledgments
RedisJSON is developed with <3 at Redis Labs.
RedisJSON is made possible only because of the existence of this amazing open source project:
License
RedisJSON is licensed under the Redis Source Available License 2.0 (RSALv2) or the Server Side Public License v1 (SSPLv1).
最近版本更新:(数据更新于 2024-09-08 21:50:03)
2024-09-01 22:51:08 v2.8.4
2024-09-01 22:50:45 v2.6.12
2024-08-04 18:03:59 v2.6.11
2024-07-24 22:01:44 v2.8.3
2024-06-06 20:25:28 v2.8.2
2024-04-01 16:56:32 v2.6.10
2024-04-01 16:56:25 v2.4.9
2024-01-21 18:58:27 v2.4.8
2024-01-18 22:46:10 v2.6.9
2023-11-06 17:33:33 v2.6.8
主题(topics):
document-store, json, redis, redisjson, rejson
RedisJSON/RedisJSON同语言 Rust最近更新仓库
2025-01-18 17:40:38 tauri-apps/tauri
2025-01-18 10:45:18 unionlabs/union
2025-01-18 08:48:25 lapce/lapce
2025-01-17 22:55:44 spaceandtimelabs/sxt-proof-of-sql
2025-01-17 13:52:59 AppFlowy-IO/AppFlowy-Cloud
2025-01-16 19:13:50 dashpay/platform