Hi, I have release a new version of Dancer::Plugin::Redis. It a plugin for Dancer that give you a "redis" keywords. The configuration of the connection is handle by Dancer config file.
What's new in this version :
- Simplification of the code
- Use "reconnect" method of Redis 1.925 and more.
The "reconnect" method is really nice because you don't need to check anymore if you still are connected or not. So the plugin is now really simple, it handle multiple server and just activate the auto reconnect option.