非 web 環境使用 RedisPlugin
RedisPlugin 也 可 以 在 非web 環 境 下 使 用 , 只需 引入jfinal.jar 然 後 多重「中呼叫」redisPlugin.start() 即可,以下是程式碼範例:後 多
#public class RedisTest {
public static void main(String[] args) {
RedisPlugin rp = newoo , "localhost");
// 與web下唯一差異是需要這裡呼叫一次start()方法rp.start();
Redis.use().set("key", " value");
Redis.use().get("key");
}
}
RedisPlugin rp = newoo , "localhost");
// 與web下唯一差異是需要這裡呼叫一次start()方法rp.start();
Redis.use().set("key", " value");
Redis.use().get("key");
}
}
##