![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.commands.string.SUBSTR Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp.commands.string;
/**
* `SUBSTR key start end
` command.
*
* This command is deprecated. The recommended alternative is `GETRANGE key start end
`.
*
*
* @since 15.0
* @author José Bolina
* @see GETRANGE
* @see Redis documentation.
*/
public class SUBSTR extends GETRANGE { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy