Changes for version 3.00 - 2018-06-28

  • Started on a new version to replace Mojo::Redis2 and the old Mojo::Redis
  • Mojo::Redis as EXPERIMENTAL
  • Add connection pool
  • Add Mojo::Redis::Cursor
  • Add Mojo::Redis::Database
  • Add Mojo::Redis::PubSub
  • Add Mojo::Redis::Transaction

Modules

Redis driver based on Mojo::IOLoop
Low level connection class for talking to Redis
Iterate the results from SCAN, SSCAN, HSCAN and ZSCAN
Execute basic redis commands
Publish and subscribe to Redis messages
Transaction support for Redis