Optimize Redis and Memcache storage adapters to not connect to database when not needed.
Added
Redis ACL authentication is now available.
Add session_redis_username
Add session_redis_password
Deprecate session_redis_auth; use session_redis_password
Note: This adds the performance feature that was added in release/3.9 branch while updating the copyright dates and version number. @bungle let me know if you would prefer this added feature be removed if it was still in development.
Changed
Added
session_redis_username
session_redis_password
session_redis_auth
; usesession_redis_password
Note: This adds the performance feature that was added in
release/3.9
branch while updating the copyright dates and version number. @bungle let me know if you would prefer this added feature be removed if it was still in development.