All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zlyx.easy.redis.service.RedisKeyExpirationService Maven / Gradle / Ivy

package com.zlyx.easy.redis.service;

/**
 * 

* Redis键过期处理 Service *

* * @author zg */ public interface RedisKeyExpirationService { /** * 处理键过期事件 * * @param expiredKey 过期key * @param pattern pattern */ void doProcess(String expiredKey, byte[] pattern); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy