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

com.infusers.core.cache.redis.RedisCacheKeys Maven / Gradle / Ivy

There is a newer version: 2024.12.0008
Show newest version
package com.infusers.core.cache.redis;

public interface RedisCacheKeys {
    static final String ACTIVE_REQUEST_COUNT_KEY = "active_request_count";
    static final String ACTIVE_USERS_COUNT_PREFIX_KEY = "active:user:";	
    static final String RATE_LIMIT_PREFIX_KEY = "rate-limit:";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy