Skip to content

Releases: sohonetlabs/nameko-rediskn

v0.1.1

28 Oct 19:48
8bf974e
Compare
Choose a tag to compare

Released 2019-10-28

  • Reconnect to redis on errors (#6)
  • New config key pubsub_backoff_factor (#6)

v0.1.0

28 Oct 16:50
670275b
Compare
Choose a tag to compare

Released 2019-08-09

  • Initial release of the library (#1)
    • Add the ability to subscribe to events
    • Add the ability to subscribe to keys
    • Add the ability to subscribe to databases
  • Add support for Python 3.5, 3.6, 3.7 (#1)
  • Add support for Nameko 2.11, 2.12 (#1)
  • Add support for (Python) Redis 2.10, 3.0, 3.1, 3.2 (#1)
  • Add support for Redis 4.0 (#1)

Thanks to @alexpeits for his contribution to the initial implementation.