scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

Is it possible to use this as the default cache for PlayFramework 2.1?

Open victorisunc opened this issue 12 years ago • 2 comments

Play 2.1 uses Ehcache by default. It seems that scala-redis acts as a standalone module and doesn't implement Play's default CacheAPI interface. Any idea how it might be done to use it seamlessly with Play?

victorisunc avatar Mar 13 '13 13:03 victorisunc

It seems possible. I simply implemented Play's CacheAPI by wrapping this scala-redis with a serialization method. The repo is here.

ducky-hong avatar Jul 02 '13 09:07 ducky-hong

You have this official plugin for play framework 2.5:

https://github.com/playframework/play-plugins/tree/master/redis

Uxio0 avatar Jul 19 '16 09:07 Uxio0