Skip to content

0.4 Release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 18 Feb 18:48
· 77 commits to master since this release
  • Big refactor for Redis class. Do not inherit redis.Redis class, store active redis connection in Redis.connection attribute and app.extensions['redis'] dict.
  • Add support of config_prefix keyword argument for Redis or Redis.init_app methods.
  • Support multiple redis connections in test application.