encodeRedisSegment
function encodeRedisSegment(part): string;Encode one segment of a Redis key. Escapes ’:’ and anything not allow-listed.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”string
function encodeRedisSegment(part): string;Encode one segment of a Redis key. Escapes ’:’ and anything not allow-listed.
| Parameter | Type |
|---|---|
|
|
|
string