pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

Fix Redis.setex argument mismatch #28

Closed bnjmn closed 8 years ago

bnjmn commented 8 years ago

Make redis.setex call work with instances of both Redis and StrictRedis by using keyword args.

https://github.com/andymccurdy/redis-py/tree/2.10.3#api-reference

fengsp commented 8 years ago

Thanks, this fixes #14