public static void main(String[] args) {
Jedis redis=new Jedis("127.0.0.1",6379);...("name","chenxiaoyang");
redis.set("id","019420");
redis.set("address","beijing");...redis.setex("content",5,"hello");//设置有效期为5s
redis.mset("dept","yfyb","age","26");
redis.append...:list){
System.out.println("value = " + value);
}
//hashs使用
// System.out.println...("hash = " + hash);
redis.hset("url","google","www.google.com");
redis.hset("url","taobao