Community contributed extensions

Redis [redis] module

This module is for the Play 1.x series only.

The Redis Play! module helps you easily use Redis in your Play! applications. The module consists of three parts:

1. A Redis client that lets you persist data to a Redis datastore.
2. A Redis implementation of the Play! cache interface. This allows you to choose Redis as your caching system.
3. A cache monitor that helps with debugging while using Redis cache.

https://github.com/tkral/play-redis

Written by Tim Kral.

Published releases

0.3 Oct 08 2011 Documentation Try Play
0.2 Sep 09 2011 Documentation Try Play

To install locally this module use the install command:

play install redis-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> redis {version}