Closed dayglojesus closed 3 years ago
Currently, the Redis namespace is defined as a constant: Lita::REDIS_NAMESPACE https://github.com/litaio/lita/blob/312df73b5d0937d1124cf0c96d4c90d1153b7d97/lib/lita.rb#L18
Lita::REDIS_NAMESPACE
As such, to back more than one Lita instance in the same Redis, one is required to perform some extraordinary feats.
To mitigate this, this value should be exposed as a top-level Lita config parameter.
Currently, the Redis namespace is defined as a constant:
Lita::REDIS_NAMESPACE
https://github.com/litaio/lita/blob/312df73b5d0937d1124cf0c96d4c90d1153b7d97/lib/lita.rb#L18As such, to back more than one Lita instance in the same Redis, one is required to perform some extraordinary feats.
To mitigate this, this value should be exposed as a top-level Lita config parameter.