php-redis-session-abstract

A Redis-backed PHP session handler with optimistic locking

OTHER License

Downloads
20.1M
Stars
60
Committers
34

Bot releases are hidden (Show)

php-redis-session-abstract - v1.7.0 - Revert 1.6 to 1.5.x Latest Release

Published by colinmollenhour 5 months ago

As per https://github.com/colinmollenhour/php-redis-session-abstract/issues/58 this reverts the 1.6.0 release so that the 1.x versions are backwards compatible. This release "erases" 1.6.0 and is identical to 1.5.5.

php-redis-session-abstract - v2.0.0 (previously 1.6.0)

Published by colinmollenhour 5 months ago

php-redis-session-abstract - v1.6 Support connection retries

Published by colinmollenhour 5 months ago

NOTE: This release broke backwards compatibility for 1.x so was effectively rolled back via v1.7.0.

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/php-redis-session-abstract/compare/v1.5.5...v1.6.0

php-redis-session-abstract - v1.5.4 - Fix for PHP 5.6

Published by colinmollenhour 10 months ago

php-redis-session-abstract - v1.5.2 - Support of the separate password for Redis Sentinel Auth

Published by colinmollenhour 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/php-redis-session-abstract/compare/v1.5.1...v1.5.2

php-redis-session-abstract - Add setter for read-only flag

Published by colinmollenhour almost 2 years ago

Allows one to read the session in read-only mode, then disable read-only in order to read it again, obtaining a lock on the session first.

Full Changelog: https://github.com/colinmollenhour/php-redis-session-abstract/compare/v1.4.6...v1.4.7

php-redis-session-abstract - Add setter for read-only flag

Published by colinmollenhour almost 2 years ago

Allows one to read the session in read-only mode, then disable read-only in order to read it again, obtaining a lock on the session first.

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/php-redis-session-abstract/compare/v1.5.0...v1.5.1

php-redis-session-abstract - Backport PHP 8.1 Support and Redis 6 Sentinel update to 1.4.x

Published by colinmollenhour about 2 years ago

Backported changes from 1.5 without UNLINK update for 1.4 users. See #49

php-redis-session-abstract - Fix PHP 8.1 and use UNLINK instead of DEL

Published by colinmollenhour about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/php-redis-session-abstract/compare/v1.4.5...v1.5.0

php-redis-session-abstract - Fix deprecation warnings for PHP 8.1

Published by colinmollenhour almost 3 years ago

php-redis-session-abstract - PHP 8 Support

Published by colinmollenhour over 3 years ago

php-redis-session-abstract - Sentinel Auth Ignore

Published by colinmollenhour about 4 years ago

Ignore Sentinel auth errors when Sentinel does not require auth.

php-redis-session-abstract - Support Sentinel Auth

Published by colinmollenhour almost 5 years ago

php-redis-session-abstract - 1.4.1

Published by colinmollenhour over 5 years ago

php-redis-session-abstract - Add support for read-only mode

Published by colinmollenhour over 6 years ago

php-redis-session-abstract - Add PHP 7.2 support to composer.json

Published by colinmollenhour almost 7 years ago

php-redis-session-abstract - Fix PHP warnings, make private properties protected.

Published by colinmollenhour almost 7 years ago

php-redis-session-abstract -

Published by colinmollenhour almost 7 years ago