| Modifier and Type | Field and Description |
|---|---|
static RebootType |
RebootType.ALL_NODES
Static value AllNodes for RebootType.
|
static RebootType |
RebootType.PRIMARY_NODE
Static value PrimaryNode for RebootType.
|
static RebootType |
RebootType.SECONDARY_NODE
Static value SecondaryNode for RebootType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisCachePremium.forceReboot(RebootType rebootType)
Reboot specified Redis node(s).
|
void |
RedisCachePremium.forceReboot(RebootType rebootType,
int shardId)
Reboot specified Redis node(s).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/