API Reference vertexcache_sdk v#1.0.0
View SourceModules
VertexCacheSdk is the main entry point for interacting with the VertexCache server.
Primary SDK transport layer for VertexCache.
AES-GCM helper module for VertexCache SDK (Elixir).
Handles TCP message framing and deframing using VertexCache protocol.
Behaviour for all command modules that can be executed by the VertexCache SDK.
Provides shared helpers for implementing VertexCache SDK commands.
Enum-like module representing the different types of commands supported by the VertexCache SDK.
Handles the DEL command in VertexCache.
Handles the GET command in VertexCache.
Handles the GET Secondary Idx (idx1) command in VertexCache.
Handles the GET Secondary Idx (idx2) command in VertexCache.
Handles the PING command in VertexCache.
Handles the SET command in VertexCache.
Configuration container for initializing the VertexCache SDK client.
Represents the result of executing a cache command in the VertexCache SDK.
Defines supported encryption modes for VertexCache SDK communication.
Specialized result struct for handling GET command responses from VertexCache.
Custom exception for VertexCache SDK, used for consistent cross-SDK error handling.