RedisAccessKeys Interface
public interface RedisAccessKeys
The RedisCache.keys()
action result.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | primaryKey() |
abstract java.lang.String | secondaryKey() |
Method Details
primaryKey
public abstract String primaryKey()
Returns:
a primary key value.
secondaryKey
public abstract String secondaryKey()
Returns:
a secondary key value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java