Add Redis 2.6 scripting commands to Connections
DATAREDIS-180
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
reconnect them on next attempted use -->
|
||||
<bean id="jedisConnectionFactory "
|
||||
class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory"
|
||||
p:usePool="false">
|
||||
p:usePool="false" p:timeout="60000">
|
||||
<property name="hostName">
|
||||
<bean class="org.springframework.data.redis.SettingsUtils"
|
||||
factory-method="getHost" />
|
||||
|
||||
Reference in New Issue
Block a user