redis在框架中如何应用


redis在框架中应用的示例:

Redis在Spring框架中应用,spring整合redis连接池配置,代码:

<!--spring整合jedis-->

<!--jedis连接池配置-->

<beanid="poolConfig"class="redis.clients.jedis.JedisPoolConfig">

<!--最大连接数量-->

<propertyname="maxIdle"value="300"/>

<!--连接最长等待时间-->

<propertyname="maxWaitMillis"value="3000"/>

<!--获得连接是否测试连接可用-->

<propertyname="testOnBorrow"value="true"/>

</bean>

<!--jedis连接工厂-->

<beanid="redisConnectionFactory"

class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory">

<!--redis服务器地址-->

<propertyname="hostName"value="localhost"/>

<!--redis服务器端口号-->

<propertyname="port"value="6379"/>

<!--指定redis连接配置-->

<propertyname="poolConfig"ref="poolConfig"/>

</bean>

<!--springdata提供redis模板-->

<beanid="redisTemplate"class="org.springframework.data.redis.core.RedisTemplate">

<propertyname="connectionFactory"ref="redisConnectionFactory"/>

<!--键序列化,字符串类型-->

<propertyname="keySerializer">

<beanclass="org.springframework.data.redis.serializer.StringRedisSerializer"/>

</property>

<!--值序列化,字符串类型-->

<propertyname="valueSerializer">

<beanclass="org.springframework.data.redis.serializer.StringRedisSerializer">

</bean>

</property>

</bean>

测试应用,代码:

//注入RedisTemplate

@Autowired

PrivateResisTemplatert;

@Test

Publicvoidfun(){

ValueOperationsopsForValue=rt.opsForValue();

//存入键值对(存储时间5s)

opsForValue.set(“name”,”tom”,5,TimeUnit.SECONDS);

}

//取值时直接调用Stringvalue=opsForValue.get(“name”);


上一篇:哪些网站后缀可以备案

下一篇:网站备案由什么部门负责


redis
Copyright © 2002-2019 测速网 www.inhv.cn 皖ICP备2023010105号
测速城市 测速地区 测速街道 网速测试城市 网速测试地区 网速测试街道
温馨提示:部分文章图片数据来源与网络,仅供参考!版权归原作者所有,如有侵权请联系删除!

热门搜索 城市网站建设 地区网站制作 街道网页设计 大写数字 热点城市 热点地区 热点街道 热点时间 房贷计算器