Configuration
To use this package, you need to have a Redis instance running. You can configure the connection by setting the following environment variable:
export REDIS_URL="redis://username:password@localhost:6379"
In this configuration are we expecting redis or redis stack server to be run at localhost?
In this configuration are we expecting redis or redis stack server to be run at localhost?