hgetdel(
name: str,
*keys: str
) → Union[
No method signature available for this client.
hgetdel(
key: String,
fields: String...
) → List<String> // Bulk reply
hgetdel(
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → List<KeyValue<K, V>> // Long the number of fields that were removed from the hash.
hgetdel(
channel: KeyValueStreamingChannel<K, V>, // the channel.
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → Long // Long the number of fields that were removed from the hash.
hgetdel(
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → RedisFuture<List<KeyValue<K, V>>> // Long the number of fields that were removed from the hash.
hgetdel(
channel: KeyValueStreamingChannel<K, V>, // the channel.
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → RedisFuture<Long> // Long the number of fields that were removed from the hash.
hgetdel(
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → Flux<KeyValue<K, V>> // Long the number of fields that were removed from the hash.
hgetdel(
channel: KeyValueStreamingChannel<K, V>, // the channel.
key: K, // the key.
fields: K... // fields to retrieve and delete.
) → Mono<Long> // Long the number of fields that were removed from the hash.
HGetDel(
ctx: context.Context,
key: string,
fields: ...string
) → *StringSliceCmd
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashField: RedisValue,
flags: CommandFlags // The flags to use for this operation.
) → RedisValue // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashFields: RedisValue[], // The fields in the hash to get.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashField: RedisValue,
flags: CommandFlags // The flags to use for this operation.
) → RedisValue // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashFields: RedisValue[], // The fields in the hash to get.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashField: RedisValue,
flags: CommandFlags // The flags to use for this operation.
) → RedisValue // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashFields: RedisValue[], // The fields in the hash to get.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashField: RedisValue,
flags: CommandFlags // The flags to use for this operation.
) → RedisValue // List of values associated with the given fields, in the same order as they are requested.
HashFieldGetAndDelete(
key: RedisKey, // The key of the hash.
hashFields: RedisValue[], // The fields in the hash to get.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of values associated with the given fields, in the same order as they are requested.
hgetdel(
$key: string,
$fields: array
) → array
hget_del(
key: K,
fields: F
) → (Vec<Option<String>>)
hget_del(
key: K,
fields: F
) → (Vec<Option<String>>)