Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 656 Bytes

CHANGES.md

File metadata and controls

25 lines (14 loc) · 656 Bytes

0.1.4

Add RedisClientConfiguration class. With it you may configure your client via URL or unix_socket_path.

0.1.3

Add turnstile module providing a special case turnstile_client_factory, which can be used as a drop in turnstile.redis_client entrypoint with the turnstile rate limiting middleware.

0.1.2

Explicitly write the redis. namespace in the default settings dict keys.

0.1.1

Support a REDIS_KEY environment variable to make picking up vars from providers like REDISTOGO and REDISCLOUD easier.

Make sure that DB and MAX_CONNECTIONS are ints.

0.1

Initial release.