diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-16 11:40:24 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-16 11:40:24 +0100 |
commit | 35e91f609d7d4d5944d13d1048c61e407b537c9e (patch) | |
tree | 0a8fa16ece66c4333e0a7f6216ba70cc177f7554 /user_guide_src | |
parent | 7df9453c0797b3e9f8af2b2a03413282890a677b (diff) |
[ci skip] Add changelog entries for recent CI_Cache changes to redis, memcached
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 3bb7e48f5..a9614cf84 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -14,7 +14,13 @@ Release Date: Not Released - Libraries - Added UNIX socket connection support to :doc:`Session Library <libraries/sessions>` 'redis' driver. - - Changed data serialization logic in :doc:`Cache Library <libraries/caching>` 'redis' driver for better performance. + + - :doc:`Cache Library <libraries/caching>` changes include: + + - Added UNIX socket connection support to the 'memcached' driver. + - Changed the 'memcached' driver to ignore configurations that don't specify a hostname. + - Removed the *socket_type* configuration setting from the 'redis' driver. + - Changed data serialization logic in 'redis' driver for better performance. - Database |