Skip to content

Releases: colinmollenhour/php-redis-session-abstract

Add setter for read-only flag

16 Nov 19:37
3df52a7
Compare
Choose a tag to compare

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: v1.5.0...v1.5.1

Add setter for read-only flag

16 Nov 19:43
Compare
Choose a tag to compare

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: v1.4.6...v1.4.7

Backport PHP 8.1 Support and Redis 6 Sentinel update to 1.4.x

16 Aug 22:37
Compare
Choose a tag to compare

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

Fix PHP 8.1 and use UNLINK instead of DEL

22 Jul 22:47
b70508a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.5.0

Fix deprecation warnings for PHP 8.1

01 Dec 21:17
77ad0c1
Compare
Choose a tag to compare
v1.4.5

Merge pull request #45 from karyna-tsymbal-atwix/php8.1-compatibility…

PHP 8 Support

08 Apr 16:38
8d684bb
Compare
Choose a tag to compare
Merge pull request #41 from sivaschenko/php8

PHP 8 compatibility and a basic test

Sentinel Auth Ignore

07 Oct 09:50
39ca38d
Compare
Choose a tag to compare

Ignore Sentinel auth errors when Sentinel does not require auth.

Support Sentinel Auth

08 Jan 17:41
6695212
Compare
Choose a tag to compare
Merge pull request #31 from tschirmer/master

Added Support for Sentinel With Auth

1.4.1

18 Mar 14:43
4949ca2
Compare
Choose a tag to compare
v1.4.1

Simplify composer.json supported PHP version.

Add support for read-only mode

29 Mar 15:56
4cb15d5
Compare
Choose a tag to compare
Merge pull request #20 from nemphys/read-only

Support for "read-only" sessions