Bug #36934
Updated by Stephan Großberndt over 4 years ago
Hi,
In the file:
===
/t3lib/cache/backend/class.t3lib_cache_backend_RedisBackend.php
===
There is the following sentence:
===
The unit tests use and flush database numbers 0 and 1, production use should start from 2.
===
This is not a very good idea for servers, which already utilise an existing Redis databases. For example, we are using some 30 existing databases in Redis.
The last thing one wants is to have random flushing of unrelated databases.
=======================================
Solution:
Even testing databases should be set by the Typo3 user, and not pre-set.
Thank you for paying attention to this issue [which may create nasty surprises].
Kind regards,
Tomas