I was using p.redis (Pivotal On-Demand Redis)
p.redis cache-small, cache-medium, cache-large Dedicated Redis for Pivotal Cloud Foundry instances redis-odb
I'm not specifically using Lua scripting with Redis, just using it with the @Cacheable abstraction as a simple cache.
When I switched to Rediscloud it works:
name: cache
service: rediscloud
tags:
plan: 30mb
description: Enterprise-Class Redis for Developers
However, I would prefer to use the Pivotal On-Demand Redis (p.redis). Is there anyway to get it working?