![JAR search and dependency download from the Maven repository](/logo.png)
com.github.jeckep.spark.redis.RedisConnector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparkjava-redis-session-manager Show documentation
Show all versions of sparkjava-redis-session-manager Show documentation
Classes to store sparkjava session attributes in redis
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