按文档(2.2 ) 第七章 RedisPlugin
Cache bbsCache = Redis.use("bbs");
bbsCache.set("key", "value");
bbsCache.get("key");
bbsCache 得到的结果是null
非 web 环境使用 RedisPlugin 可以用。