Skip to content

actix-redis: v0.10.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 13 Dec 02:36
· 387 commits to master since this release
a0c93c6
  • A session will be created in Redis if and only if there is some data inside the session state. This reduces the performance impact of RedisSession on routes that do not leverage sessions. #207
  • Update actix-web dependency to 4.0.0.beta-14. #209