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

ai.grakn.redismock.commands.RedisOperation Maven / Gradle / Ivy

There is a newer version: 0.1.6
Show newest version
package ai.grakn.redismock.commands;

import ai.grakn.redismock.Slice;

/**
 * Represents a Redis Operation which can be executed against {@link ai.grakn.redismock.RedisBase}
 */
public interface RedisOperation {
    Slice execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy