Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RedisJSON - a JSON data type for Redis

License

NotificationsYou must be signed in to change notification settings

RedisJSON/RedisJSON

Repository files navigation

GitHub issuesCircleCImacosDockerhubCodecov

RedisJSON

Discord

logo

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.

Seehttps://github.com/redis/redis

Overview

RedisJSON is aRedis module that implementsECMA-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 withRediSearch

Documentation

Read the docs athttps://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.


[8]ページ先頭

©2009-2025 Movatter.jp