VertexCacheSdk.Command.Impl.GetSecondaryIdxTwoCommand (vertexcache_sdk v1.0.0)
View SourceHandles the GET Secondary Idx (idx2) command in VertexCache.
Retrieves the value for a given key from the cache using a tertiary index. Returns an error if the key is missing or expired.
Requires the client to have READ, READ_WRITE, or ADMIN access.
Summary
Functions
Callback implementation for VertexCacheSdk.Command.parse_response/1
.
Types
@type t() :: %VertexCacheSdk.Command.Impl.GetSecondaryIdxTwoCommand{key: String.t()}
Functions
@spec execute(t(), VertexCacheSdk.Comm.ClientConnector.t()) :: VertexCacheSdk.Model.GetResult.t()
Callback implementation for VertexCacheSdk.Command.parse_response/1
.