去除zlm使用redis过期作为心跳超时的方式

This commit is contained in:
648540858
2022-08-29 11:50:36 +08:00
parent 8b6449ce3a
commit 6e90050db4
5 changed files with 118 additions and 80 deletions

View File

@@ -1,5 +1,6 @@
package com.genersoft.iot.vmp.conf;
package com.genersoft.iot.vmp.conf.redis;
import com.genersoft.iot.vmp.conf.UserSetting;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframework.data.redis.listener.KeyExpirationEventMessageListener;
import org.springframework.data.redis.listener.RedisMessageListenerContainer;