|
@@ -10,7 +10,7 @@ public class JedisPoolUtil {
|
|
|
private static volatile JedisPool jedisPool = null;
|
|
private static volatile JedisPool jedisPool = null;
|
|
|
private static final String HOST="127.0.0.1" ;
|
|
private static final String HOST="127.0.0.1" ;
|
|
|
private static final int PORT = 6379;
|
|
private static final int PORT = 6379;
|
|
|
- private static final String PASSWORD = "Ssbtest#1207";
|
|
|
|
|
|
|
+ private static final String PASSWORD = "Ssbprod#1207";
|
|
|
private static final int TIMEOUT = 2000;
|
|
private static final int TIMEOUT = 2000;
|
|
|
|
|
|
|
|
|
|
|