Overwrite part of a string at key starting at the specified offset
method
RedisClient.setrange
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Overwrite part of a string at key starting at the specified offset
The key to modify
The offset at which to start overwriting (zero-based)
The string value to write at the offset
Promise that resolves with the length of the string after modification