string
Compatibility matrix for string operations. Keyscope client ensures seamless integration across multiple providers.
| Keyscope Engine | Redis | Valkey | Google Memorystore |
|---|---|---|---|
append | APPEND | APPEND | yes |
decr | DECR | DECR | yes |
decrBy | DECRBY | DECRBY | yes |
delEx | DELEX | ||
delIfEq | DELIFEQ | ||
digest | DIGEST | ||
get | GET | GET | yes |
getDel | GETDEL | GETDEL | yes |
getEx | GETEX | GETEX | yes |
getRange | GETRANGE | GETRANGE | yes |
getSet | GETSET | GETSET | yes |
incr | INCR | INCR | yes |
incrBy | INCRBY | INCRBY | yes |
incrByFloat | INCRBYFLOAT | INCRBYFLOAT | yes |
lcs | LCS | LCS | yes |
mget | |||
mGet | MGET | MGET | yes |
mSet | MSET | MSET | yes |
mSetEx | MSETEX | ||
mSetNx | MSETNX | MSETNX | yes |
pSetEx | PSETEX | PSETEX | yes |
set | SET | SET | yes |
setEx | SETEX | SETEX | yes |
setNx | SETNX | SETNX | yes |
setRange | SETRANGE | SETRANGE | yes |
strLen | STRLEN | STRLEN | yes |
subStr | SUBSTR | SUBSTR | yes |