Options
Less than 1 minute
Options
class Options extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Properties
server
The Redis server hostname/IP.
public string $server = 'localhost'Type: string
port
The port used to connect to the Redis server.
public int $port = 6379Type: int
dbIndex
The Redis database index to select on connect.
public int $dbIndexType: int
ttl
Default time-to-live (in seconds) applied to stored values. A value of 0 disables expiry.
public int $ttlType: int
serverpass
public string $serverpassType: string
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000