|
|
|
|
|
by stiff
4583 days ago
|
|
If Redis would now just use names for databases instead of numbers and get rid of the limit of number of databases... Managing multiple application instances (production, test, staging for multiple countries) using a single shared Redis instance but requiring separate databases is a huge pain. |
|
(Redis is single-threaded, anyways. You probably don't want to run production and staging on the same Redis process.)