As discussed in #2288, #2236 and #1286. It would be usefull to add the possibility to set dbindex parameter if needed.
Even if it is not the most usefull parameter of redis, it is still supported by redis and users may want to use it.
The default value of dbindex that is already used silently is 0.
I suggest to add this possibilty while keeping the default at 0 in order to prevent current users from any changes and let the possibility to those who want it to customize this parameter via an environment variable.
As the #2288 is a little old I will propose a new PR.
As discussed in #2288, #2236 and #1286. It would be usefull to add the possibility to set
dbindexparameter if needed.Even if it is not the most usefull parameter of redis, it is still supported by redis and users may want to use it.
The default value of
dbindexthat is already used silently is0.I suggest to add this possibilty while keeping the default at
0in order to prevent current users from any changes and let the possibility to those who want it to customize this parameter via an environment variable.As the #2288 is a little old I will propose a new PR.