Skip to content

Commit

Permalink
修复redis Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xubinux committed Apr 27, 2017
1 parent bea22e0 commit 76c7235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public String set(String key, String value) {

Jedis resource = getResource();

resource.auth(password);

String string = resource.set(key, value);

resource.close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ redis:
cluster: false
single-host: 192.168.125.133
single-port: 6379

password:

0 comments on commit 76c7235

Please sign in to comment.