Skip to content

v2.2.0

Compare
Choose a tag to compare
@clue clue released this 24 Jan 11:20
· 140 commits to 3.x since this release
  • Feature: Support communication over Unix domain sockets (UDS)
    (#70 by @clue)

    // new: now supports redis over Unix domain sockets (UDS)
    $factory->createClient('redis+unix:///tmp/redis.sock');