IRedisOperations Interface

Definition

RedisOperations operations.

public interface IRedisOperations
type IRedisOperations = interface
Public Interface IRedisOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, RedisCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Redis cache.

BeginExportDataWithHttpMessagesAsync(String, String, ExportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)

Export data from the redis cache to blobs in a container.

BeginImportDataWithHttpMessagesAsync(String, String, ImportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)

Import data into Redis cache.

CheckNameAvailabilityWithHttpMessagesAsync(CheckNameAvailabilityParametersInner, Dictionary<String,List<String>>, CancellationToken)

Checks that the redis cache name is valid and is not already in use.

CreateWithHttpMessagesAsync(String, String, RedisCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Redis cache.

ExportDataWithHttpMessagesAsync(String, String, ExportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)

Export data from the redis cache to blobs in a container.

ForceRebootWithHttpMessagesAsync(String, String, RedisRebootParametersInner, Dictionary<String,List<String>>, CancellationToken)

Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Redis cache (resource description).

ImportDataWithHttpMessagesAsync(String, String, ImportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)

Import data into Redis cache.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all Redis caches in a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all Redis caches in a resource group.

ListKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all Redis caches in the specified subscription.

ListUpgradeNotificationsWithHttpMessagesAsync(String, String, Double, Dictionary<String,List<String>>, CancellationToken)

Gets any upgrade notifications for a Redis cache.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all Redis caches in the specified subscription.

RegenerateKeyWithHttpMessagesAsync(String, String, RedisKeyType, Dictionary<String,List<String>>, CancellationToken)

Regenerate Redis cache's access keys. This operation requires write permission to the cache resource.

UpdateWithHttpMessagesAsync(String, String, RedisUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Update an existing Redis cache.

Extension Methods

BeginCreateAsync(IRedisOperations, String, String, RedisCreateParametersInner, CancellationToken)

Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.

BeginDeleteAsync(IRedisOperations, String, String, CancellationToken)

Deletes a Redis cache.

BeginExportDataAsync(IRedisOperations, String, String, ExportRDBParametersInner, CancellationToken)

Export data from the redis cache to blobs in a container.

BeginImportDataAsync(IRedisOperations, String, String, ImportRDBParametersInner, CancellationToken)

Import data into Redis cache.

CheckNameAvailabilityAsync(IRedisOperations, CheckNameAvailabilityParametersInner, CancellationToken)

Checks that the redis cache name is valid and is not already in use.

CreateAsync(IRedisOperations, String, String, RedisCreateParametersInner, CancellationToken)

Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.

DeleteAsync(IRedisOperations, String, String, CancellationToken)

Deletes a Redis cache.

ExportDataAsync(IRedisOperations, String, String, ExportRDBParametersInner, CancellationToken)

Export data from the redis cache to blobs in a container.

ForceRebootAsync(IRedisOperations, String, String, RedisRebootParametersInner, CancellationToken)

Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss.

GetAsync(IRedisOperations, String, String, CancellationToken)

Gets a Redis cache (resource description).

ImportDataAsync(IRedisOperations, String, String, ImportRDBParametersInner, CancellationToken)

Import data into Redis cache.

ListAsync(IRedisOperations, CancellationToken)

Gets all Redis caches in the specified subscription.

ListByResourceGroupAsync(IRedisOperations, String, CancellationToken)

Lists all Redis caches in a resource group.

ListByResourceGroupNextAsync(IRedisOperations, String, CancellationToken)

Lists all Redis caches in a resource group.

ListKeysAsync(IRedisOperations, String, String, CancellationToken)

Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.

ListNextAsync(IRedisOperations, String, CancellationToken)

Gets all Redis caches in the specified subscription.

ListUpgradeNotificationsAsync(IRedisOperations, String, String, Double, CancellationToken)

Gets any upgrade notifications for a Redis cache.

RegenerateKeyAsync(IRedisOperations, String, String, RedisKeyType, CancellationToken)

Regenerate Redis cache's access keys. This operation requires write permission to the cache resource.

UpdateAsync(IRedisOperations, String, String, RedisUpdateParametersInner, CancellationToken)

Update an existing Redis cache.

Applies to