Show / Hide Table of Contents

Class AbpRedisExtensions

Inheritance
object
AbpRedisExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Caching.StackExchangeRedis
Assembly: Volo.Abp.Caching.StackExchangeRedis.dll
Syntax
public static class AbpRedisExtensions

Methods

HashMemberGetMany(IDatabase, RedisKey[], RedisValue[])

Declaration
public static RedisValue[][] HashMemberGetMany(this IDatabase cache, RedisKey[] keys, RedisValue[] fields)
Parameters
Type Name Description
IDatabase cache
RedisKey[] keys
RedisValue[] fields
Returns
Type Description
RedisValue[][]

HashMemberGetManyAsync(IDatabase, RedisKey[], RedisValue[])

Declaration
public static Task<RedisValue[][]> HashMemberGetManyAsync(this IDatabase cache, RedisKey[] keys, RedisValue[] fields)
Parameters
Type Name Description
IDatabase cache
RedisKey[] keys
RedisValue[] fields
Returns
Type Description
Task<RedisValue[][]>
In this article
Back to top Powered by ABP.IO Platform