lset(
name: KeyT,
index: int,
value: str
) → Union[Awaitable[str], str]
No method signature available for this client.
lset(
key: byte[],
index: long,
value: byte[]
) → String // OK
lset(
key: String,
index: long,
value: String
) → String // OK
lset(
key: String,
index: long,
value: String
) → String // OK
lset(
key: K, // the key.
index: long, // the index type: long.
value: V // the value.
) → String // String simple-string-reply.
lset(
key: K, // the key.
index: long, // the index type: long.
value: V // the value.
) → RedisFuture<String> // String simple-string-reply.
lset(
key: K, // the key.
index: long, // the index type: long.
value: V // the value.
) → Mono<String> // String simple-string-reply.
LSet(
ctx: context.Context,
key: string,
index: int64,
value: interface{}
) → *StatusCmd
ListSetByIndex(
key: RedisKey, // The key of the list.
index: long, // The index to set the value at.
value: RedisValue, // The values to add to the list.
flags: CommandFlags // The flags to use for this operation.
) → void
ListSetByIndex(
key: RedisKey, // The key of the list.
index: long, // The index to set the value at.
value: RedisValue, // The values to add to the list.
flags: CommandFlags // The flags to use for this operation.
) → void
ListSetByIndex(
key: RedisKey, // The key of the list.
index: long, // The index to set the value at.
value: RedisValue, // The values to add to the list.
flags: CommandFlags // The flags to use for this operation.
) → void
ListSetByIndex(
key: RedisKey, // The key of the list.
index: long, // The index to set the value at.
value: RedisValue, // The values to add to the list.
flags: CommandFlags // The flags to use for this operation.
) → void
lset(
$key: string,
$index: int,
$value: string
) → mixed
lset(
key: K,
index: isize,
value: V
) → (())
lset(
key: K,
index: isize,
value: V
) → (())