RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration 方法
定义
重载
withoutRedisConfiguration() |
Cleans all the configuration settings being set on Redis Cache.
|
withoutRedisConfiguration(String key) |
Removes specified Redis Cache configuration setting.
|
withoutRedisConfiguration()
Cleans all the configuration settings being set on Redis Cache.
public Update withoutRedisConfiguration()
返回
the next stage of Redis Cache update.
withoutRedisConfiguration(String key)
Removes specified Redis Cache configuration setting.
public Update withoutRedisConfiguration(String key)
参数
- key
- String
Redis configuration name.
返回
the next stage of Redis Cache update.