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

com.github.tonivade.resp.protocol.RedisSource Maven / Gradle / Ivy

/*
 * Copyright (c) 2015-2017, Antonio Gabriel Muñoz Conejo 
 * Distributed under the terms of the MIT License
 */
package com.github.tonivade.resp.protocol;

public interface RedisSource {
  SafeString readLine();
  SafeString readString(int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy