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.
|