redis在框架中如何应用

时间:2022-12-06 01:20

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”);

标签:
随便看看
本类推荐
本类排行
热门标签

我国国家通讯社行不行啊细狗新年贺词祝福语2023年祝福语新年新年贺词新年贺词祝福语居家抗病毒小药箱除夕高速免费吗2022年除夕高速免费吗春联春联句子大全春联句子大全七字年夜饭十二道菜年夜饭十二道菜单年夜饭吃什么年夜饭吃什么菜吃年夜饭的寓意年夜饭黑芝麻菊花茶晒菊花茶腌腊肉送妈妈生日礼物汉白玉送闺蜜水钻送女人礼物爸爸生日送礼物送老公