redis-swapplex 0.3.3

Atomic state-transition based Redis multiplexing with reconnection notifications
Documentation

redis-swapplex

License Cargo Documentation

Atomic state-transition based Redis multiplexing with reconnection notifications. Connection configuration is provided by env-url.

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
```