Skip to content

Releases: llegaz/RedisAdapter

v0.1.2-alpha

25 Dec 20:46

Choose a tag to compare

What's Changed

  • deprecated use of "self" in callables (PHP 8.2) by @llegaz in #17

Full Changelog: 0.1.1...0.1.2

v0.1.1-alpha

24 Dec 12:44

Choose a tag to compare

What's Changed

  • fixes for php last versions (8.2 to 8.5) by @llegaz in #16

Full Changelog: 0.1.0...0.1.1

v0.1.0-alpha

23 Dec 11:27
0f01f7d

Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.1.0

v0.0.9-alpha

29 Oct 15:01

Choose a tag to compare

Sorry the two previous releases were screwed (0.0.7 and 0.0.8)

What's Changed

Full Changelog: 0.0.6...0.0.9

v0.0.7-alpha

24 Oct 11:19

Choose a tag to compare

v0.0.7-alpha

new release : beautiful class diagram added to README.md

Full Changelog: 0.0.6...0.0.7

v0.0.6-alpha

07 Oct 17:31

Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

v0.0.5-alpha

03 Oct 06:12

Choose a tag to compare

What's Changed

  • Maybe I'm over-engineering this ? by @llegaz in #10

Full Changelog: 0.0.4...0.0.5

v0.0.4-alpha

12 Mar 13:56

Choose a tag to compare

What's Changed

  • update by @llegaz in #9
  • mostly rework on integrity checks versus performance

Full Changelog: 4b855bc...0.0.4

v0.0.3-alpha

20 Feb 10:43

Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

v0.0.2-alpha

25 Jan 14:03

Choose a tag to compare

A new release yay !

  • RedisAdapter should works with both predis and PHP redis

  • RedisAdapter should now support persistent connections.