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

io.vertx.tp.plugin.redis.ZERO Maven / Gradle / Ivy

The newest version!
package io.vertx.tp.plugin.redis;

interface RedisMsg {

    String RD_CLOSE = "( Redis ) The client has been closed successfully !";
    String RD_CLEAR = "( Redis ) The client has been removed: {0}";
    String RD_KEYS = "( Redis ) Set key: {0}";
    String RD_OPTS = "( Redis ) Connect to Endpoint ( {0} ) Options read: {1}";
    String RS_MESSAGE = "( Redis ) Call {1} method: id = {0}";
    String RS_AFTER = "( Redis ) Session New = {0} / Old = {1}";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy