Skip to content

Commit

Permalink
add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjingchuan authored and yongjingchuan committed Sep 9, 2020
1 parent 98fad7c commit 8b4f3e2
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@
// }
// }
//
///**
// * @param key
// * @param object
// * @return
// */
//public boolean setrange(String key, Object object) {
// try {
// String json = GsonUtils.toJson(object);
// return redis.setrange(key, 0, json) > 0;
// } catch (Exception e) {
// LOGGER.error("setrange 出错", e);
// throw e;
// }
// }
// /**
// * @param key
// * @return
Expand Down

0 comments on commit 8b4f3e2

Please sign in to comment.