Crate redis_simd_json

source ·
Expand description

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

Functions

  • 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 the deserialized value of a key
  • Get the deserialized values of a set of keys
  • Serialize and set the values of multiple keys
  • Serialize and set the value at a key