OSHiredisReply
Description
A concrete subclass of <OSHiredisStructure> that maps to the redisReply C struct. An instance of this class represents a single reply received from the Redis server. It contains the reply's type (e.g., string, integer, array) and its value. This class is responsible for converting the C-level reply into an appropriate Smalltalk object.
Class Methods
None
Instance Methods
None
Last modified date: 01/22/2026