Home
last modified time | relevance | path

Searched refs:RedisKeyType (Results 1 – 16 of 16) sorted by relevance

/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/sdk/redis/armredis/
H A Dzz_generated_constants.go201 type RedisKeyType string type
204 RedisKeyTypePrimary RedisKeyType = "Primary"
205 RedisKeyTypeSecondary RedisKeyType = "Secondary"
209 func PossibleRedisKeyTypeValues() []RedisKeyType {
210 return []RedisKeyType{
217 func (c RedisKeyType) ToPtr() *RedisKeyType {
H A Dzz_generated_models.go801 KeyType *RedisKeyType `json:"keyType,omitempty"`
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/sdk/redis/armredis/
H A Dzz_generated_constants.go201 type RedisKeyType string type
204 RedisKeyTypePrimary RedisKeyType = "Primary"
205 RedisKeyTypeSecondary RedisKeyType = "Secondary"
209 func PossibleRedisKeyTypeValues() []RedisKeyType {
210 return []RedisKeyType{
217 func (c RedisKeyType) ToPtr() *RedisKeyType {
H A Dzz_generated_models.go801 KeyType *RedisKeyType `json:"keyType,omitempty"`
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/sdk/redis/armredis/
H A Dzz_generated_constants.go201 type RedisKeyType string type
204 RedisKeyTypePrimary RedisKeyType = "Primary"
205 RedisKeyTypeSecondary RedisKeyType = "Secondary"
209 func PossibleRedisKeyTypeValues() []RedisKeyType {
210 return []RedisKeyType{
217 func (c RedisKeyType) ToPtr() *RedisKeyType {
H A Dzz_generated_models.go801 KeyType *RedisKeyType `json:"keyType,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/sdk/redis/armredis/
H A Dzz_generated_constants.go201 type RedisKeyType string type
204 RedisKeyTypePrimary RedisKeyType = "Primary"
205 RedisKeyTypeSecondary RedisKeyType = "Secondary"
209 func PossibleRedisKeyTypeValues() []RedisKeyType {
210 return []RedisKeyType{
217 func (c RedisKeyType) ToPtr() *RedisKeyType {
H A Dzz_generated_models.go801 KeyType *RedisKeyType `json:"keyType,omitempty"`
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/sdk/redis/armredis/
H A Dzz_generated_constants.go201 type RedisKeyType string type
204 RedisKeyTypePrimary RedisKeyType = "Primary"
205 RedisKeyTypeSecondary RedisKeyType = "Secondary"
209 func PossibleRedisKeyTypeValues() []RedisKeyType {
210 return []RedisKeyType{
217 func (c RedisKeyType) ToPtr() *RedisKeyType {
H A Dzz_generated_models.go801 KeyType *RedisKeyType `json:"keyType,omitempty"`
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/redis/
H A D_params.py11 … from azure.mgmt.redis.models import RebootType, RedisKeyType, SkuName, TlsVersion, ReplicationRole
26 …c.argument('key_type', arg_type=get_enum_type(RedisKeyType), help='The Redis access key to regener…
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Redis/
H A DRedisKeyType.cs15 public enum RedisKeyType enum
H A DIRedisClient.cs79 RedisKeyType GetEntryType(string key); in GetEntryType()
/dports/devel/py-azure-mgmt-redis/azure-mgmt-redis-13.0.0/azure/mgmt/redis/models/
H A D_redis_management_client_enums.py98 class RedisKeyType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): class
H A D__init__.py112 RedisKeyType,
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Redis/Generic/
H A DIRedisTypedClient.cs46 RedisKeyType GetEntryType(string key); in GetEntryType()