EsHiredisLibraryDispatcher
Description
A singleton dispatcher responsible for making the actual FFI calls into the hiredis C library. It uses an <EsHiredisCallEngine> strategy object to determine whether the calls should be executed synchronously or asynchronously. This class acts as the central point of contact between the Smalltalk environment and the native library.
Instance Variables
Class Methods
new
Answer a new instance of a library dispatcher using the default call engine.
Answers:
<HiredisLibraryDispatcher> A new instance.
Instance Methods
None
Last modified date: 01/22/2026