Package org.infinispan.server.resp.commands.string
package org.infinispan.server.resp.commands.string
-
ClassesClassDescriptionGET Resp Command Get the value of key.GETDEL Resp Command Get the value of key and delete the key.GETEX Resp CommandGETRANGE Resp Command Returns the substring of the string value stored at key, determined by the offsets start and end (both are inclusive).`
GETSET key value` command.`LCS key1 key2 [LEN] [IDX] [MINMATCHLEN min-match-len] [WITHMATCHLEN]` command.`PSETEX key milliseconds value` command.`SETEX key seconds value` command.`SETNX key value` command.SETRANGE Resp CommandSTRLEN Resp Command`SUBSTR key start end` command.