Programmer Reference : Redis : Hiredis Platform Interface : OSHiredisContextUnixSock
OSHiredisContextUnixSock
Description
A concrete subclass of <OSHiredisStructure> that maps to the nested unix_sock struct within a redisContext. It holds the path to the Unix domain socket for a local connection.
Class Methods
None
Instance Methods
path
  Answer the path for the Unix domain socket connection.
     
     Answers:
        <String> The socket path, or nil if not set.
Last modified date: 01/22/2026