Crate redis_simd_json

Source
Expand description

Optimized Redis GET / MGET / SET / MSET commands utilizing SIMD JSON with NodeJS bindings

Functions§

compare_and_swap
Serialize and set the value at a key if the current value hasn’t changed. Returns count of modified keys. Requires that redis-cas is loaded on Redis
get
Get the deserialized value of a key
mget
Get the deserialized values of a set of keys
mset
Serialize and set the values of multiple keys
set
Serialize and set the value at a key