Skip to content

Releases: amphp/redis

1.0.0 RC1

10 Sep 07:03
v1.0.0-rc1
Compare
Choose a tag to compare
1.0.0 RC1 Pre-release
Pre-release

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Changed to human readable names in favor of direct redis command names
  • Merged Mutex implementation from kelunik/redis-mutex
  • Added type declarations where possible
  • Separated high-level commands from low-level raw QueryExecutor
  • Added support for redis:// URIs

0.3.5

21 Aug 16:46
9203ee1
Compare
Choose a tag to compare

Borked, don't use.

Note: This release allowed amphp/socket@^1 only, which resulted in libraries requiring amphp/socket@^0.10 to install the broken v0.3.4. It was therefore reverted. Please use v0.3.6 or v1.0.0 instead.

0.3.4

21 Aug 16:34
2676d4a
Compare
Choose a tag to compare

Borked, don't use.

Note: This release will not work with amphp/socket@^0.10. It was mistakenly left as an allowed dependency. Please use v0.3.6 or v1.0.0 instead.

0.3.6

21 Aug 17:25
Compare
Choose a tag to compare
  • Rollback of v0.3.4 / v0.3.5 allowing amphp/socket@^1, will be released as v1.0.0
  • Corrected order of AUTH and SELECT on connecting (#54)

0.3.3

17 Nov 14:17
v0.3.3
Compare
Choose a tag to compare
  • Added annotation based deprecation notice for evalSha().
  • Added script cache to avoid \sha1() calls.

0.3.2

14 Nov 16:05
v0.3.2
Compare
Choose a tag to compare
  • Fixed evalSha.
  • Fixed eval to have defaults for $keys and $args.
  • Improved eval to automatically use evalSha and fall back to eval if script is unknown.
  • Deprecated evalSha as eval automatically uses evalSha now.

0.3.1

09 Sep 09:30
v0.3.1
Compare
Choose a tag to compare
  • Fixed hScan.
  • Fixed null pointer if connect immediately resolves.

0.3.0

24 Jun 09:42
v0.3.0
Compare
Choose a tag to compare

Initial release on Amp v2.

0.2.5

06 May 19:08
v0.2.5
Compare
Choose a tag to compare
  • Fix setting the connect timeout

0.2.4

06 May 19:06
v0.2.4
Compare
Choose a tag to compare
  • Deprecate options array, use query string parameters instead, see documentation.
  • Ensure only scalar values can be sent and arrays and objects are rejected.