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

com.github.jeckep.spark.redis.RedisConnector Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.jeckep.spark.redis;

public interface RedisConnector {
    byte[] get(byte[] key);
    Long expire(final byte[] key, final int seconds);
    String set(final byte[] key, final byte[] value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy