Skip to content

Commit

Permalink
reids
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Jun 5, 2017
1 parent e22ee22 commit 8a8ee94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public boolean add(String key, Object value) {
public void delete(String key) {
Jedis jedis = null;
jedis = jedisPool.getResource();
Long del = jedis.del(key);
jedis.del(key);
}

public String get(String key) {
Expand Down

0 comments on commit 8a8ee94

Please sign in to comment.