OSHiredisStructure
Description
An abstract superclass for all classes that map directly to C structs from the hiredis library (e.g., redisContext, redisReply). It provides common behavior for managing the underlying native memory, including marshalling data between Smalltalk objects and C types, and handling memory deallocation. This class is not intended to be instantiated directly.
Instance Variables
  • dispatcher: <EsHiredisLibraryDispatcher> The dispatcher used for FFI calls related to the structure.
Class Methods
None
Instance Methods
None
Last modified date: 01/22/2026