Add redis module version

See e6b0874087/lib/private/memcache/redis.php (L205)
This commit is contained in:
Morris Jobke 2016-04-15 08:20:45 +02:00
parent 0002763f79
commit 16d8274bfe

View File

@ -96,7 +96,7 @@ memcaches:
* PHP module apc
* PHP module apcu
* PHP module memcached
* PHP module redis (required for Transactional File Locking)
* PHP module redis (>= 2.2.5, required for Transactional File Locking)
See :doc:`../configuration_server/caching_configuration` to learn how to select
and configure a memcache.