Skip to content

JohnSully/KeyDB_JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

KeyDB JSON

A JSON module for Redis and KeyDB

Design Overview

This module will focus on JSON serialization/deserialization of native Redis and KeyDB types along with traditional querying of JSON objects.

API Reference

(In Progress)

SERIALIZE [key] - Produce a JSON dump of the specified key

DESERIALIZE [destination key] [json string] - Store the JSON object into the specified key. If the JSON was produced by SERIALIZE it will be a duplicate copy of the serialized key. If the JSON text is arbitrary it will be stored in a new "JSON" value type

About

A JSON module for Redis and KeyDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published