Git Product home page Git Product logo

rejson's Introduction

Build Status

ReJSON - a JSON data type for Redis

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). JSON values are managed as binary objects, thus allowing Redis-blazing performance.

Quickstart

  1. Build the ReJSON module library
  2. Load ReJSON to Redis
  3. Use it from any Redis client, e.g.:

ReJSON with redis-cli

Documentation

Read the docs at https://redislabsmodules.github.io/rejson

Limitations and known issues

  • Alpha stage
  • AOF rewrite will probably fail for documents with serialization over 0.5GB
  • Searching for object keys is O(N)
  • Containers are not scaled down after deleting items (i.e. free memory isn't reclaimed)
  • Numbers are stored using 64 bits integers or doubles, out of range values are not accepted

Acknowledgements

ReJSON is developed with <3 at Redis Labs.

ReJSON is made possible only because of the existance of these amazing open source projects:

License

AGPLv3 - see LICENSE

rejson's People

Contributors

danni-m avatar datokenizer avatar dvirsky avatar evanhuang8 avatar itamarhaber avatar mbusath avatar omribahumi avatar yusaku avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.