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, string[], params string[])

Declaration
public static RedisValue[][] HashMemberGetMany(this IDatabase cache, string[] keys, params string[] members)
Parameters
Type Name Description
IDatabase cache
string[] keys
string[] members
Returns
Type Description
RedisValue[][]

HashMemberGetManyAsync(IDatabase, string[], params string[])

Declaration
public static Task<RedisValue[][]> HashMemberGetManyAsync(this IDatabase cache, string[] keys, params string[] members)
Parameters
Type Name Description
IDatabase cache
string[] keys
string[] members
Returns
Type Description
Task<RedisValue[][]>
In this article
Back to top Powered by Volosoft