redis-simd-json 1.1.0

Performant Redis GET/SET behaviors utilizing SIMD JSON serialization
docs.rs failed to build redis-simd-json-1.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: redis-simd-json-1.2.1

Redis SIMD JSON

License Cargo Documentation

Ultra-performant Redis GET/SET/MGET/MSET commands utilizing SIMD JSON serialization and connection multiplexing via redis-swapplex.

The Redis client can be configured using ENV variables:

REDIS_URL=redis://127.0.0.1:6379
# Override env mapping for easy kubernetes config
REDIS_HOST_ENV=MONOLITH_STAGE_REDIS_MASTER_PORT_6379_TCP_ADDR
REDIS_PORT_ENV=MONOLITH_STAGE_REDIS_MASTER_SERVICE_PORT_REDIS