Skip to content

MichaHoffmann/json-for-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-for-redis

A WIP Clone of RedisJSON.

Development

It is recommended to use nix to fulfill all development dependencies. To activate the development environment simply run nix-shell in the project root.

Testing

To run integration tests simply run:

nix-shell --run "cargo build && REDIS_JSON_MODULE=$(pwd)/target/debug/librejson.so cargo test"

When adding new integration tests please verify that they are testing the correct behaviour by running them against the upstream module:

nix-shell --run "cargo build && REDIS_JSON_MODULE=/path/to/upstream/librejson.so cargo test"

About

WIP Clone of JSONRedis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors