packagist clue/redis-react v2.5.0

latest releases: 3.x-dev, v2.7.0, 2.x-dev...
2 years ago
  • Feature: Simplify usage by supporting new default loop and new Socket API.
    (#114 and #115 by @SimonFrings)

    // old (still supported)
    $factory = new Clue\React\Redis\Factory($loop);
    
    // new (using default loop)
    $factory = new Clue\React\Redis\Factory();
  • Feature: Improve error reporting, include Redis URI and socket error codes in all connection errors.
    (#116 by @clue)

  • Documentation improvements and updated examples.
    (#117 by @clue, #112 by @Nyholm and #113 by @PaulRotmann)

  • Improve test suite and use GitHub actions for continuous integration (CI).
    (#111 by @SimonFrings)

Don't miss a new redis-react release

NewReleases is sending notifications on new releases.