Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
R

RedisJSON

> 数据库
Open source

RedisJSON - a JSON data type for Redis

4.0K stars0 likes0 views
WebsiteGitHub

About

RedisJSON - a JSON data type for Redis

RedisJSON

[!NOTE] Starting with Redis 8, the JSON data structure is integral to Redis. You don't need to install this module separately.

We no longer release standalone versions of RedisJSON.

See https://github.com/redis/redis

[!NOTE] 32 bit systems are not supported.

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 value types
  • Secondary index support when combined with RediSearch

Documentation

Read the docs at https://redis.io/docs/latest/develop/data-types/json/

License

Starting with Redis 8, RedisJSON is licensed under your choice of: (i) Redis Source Available License 2.0 (RSALv2); (ii) the Server Side Public License v1 (SSPLv1); or (iii) the GNU Affero General Public License version 3 (AGPLv3). Please review the license folder for the full license terms and conditions. Prior versions remain subject to (i) and (ii).

Code contributions

By contributing code to this Redis module in any form, including sending a pull request via GitHub, a code fragment or patch via private email or public discussion groups, you agree to release your code under the terms of the Redis Software Grant and Contributor License Agreement. Please see the CONTRIBUTING.md file in this source distribution for more information. For security bugs and vulnerabilities, please see SECURITY.md.

Issues· 179 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Rustdocument-storejsonredisredisjson

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库