Redis SIMD JSON

License Cargo Documentation CI

Ultra-performant Redis GET/SET behaviors 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

REDISHOSTENV=MONOLITHSTAGEREDISMASTERPORT6379TCPADDR REDISPORTENV=MONOLITHSTAGEREDISMASTERSERVICEPORT_REDIS ```