Show / Hide Table of Contents

Class AbpRedisExtensions

Inheritance
System.Object
AbpRedisExtensions
Namespace: Volo.Abp.Caching.StackExchangeRedis
Assembly: Volo.Abp.Caching.StackExchangeRedis.dll
Syntax
public static class AbpRedisExtensions : object

Methods

HashMemberGetMany(IDatabase, String[], String[])

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

HashMemberGetManyAsync(IDatabase, String[], String[])

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