| Constructor and Description |
|---|
| com.wu.framework.inner.redis.component.LazyJedis(JedisSocketFactory)
This constructor will be removed in future major release.
Use |
| com.wu.framework.inner.redis.component.LazyJedis(String)
This constructor will not support a host string in future. It will accept only a
uri string.
JedisURIHelper.isValid(URI) can used before this. If this
constructor was being used with a host, it can be replaced with
#Jedis(String, int) with the host and Protocol.DEFAULT_PORT. |
Copyright © 2022. All rights reserved.