Documentation
¶
Index ¶
Constants ¶
View Source
const ( //OptHost Redis/Valkey host name OptHost = iota + storage.OptDataTypes + 1 //OptPort the port number for the server. Will default to 6379 if not supplied OptPort //OptClientCaching set true to use client side caching else false OptClientCaching //see https://redis.io/docs/latest/develop/reference/client-side-caching/ //OptClientCachingTtl if OptClientCaching is true, then how long to keep the client side caching item OptClientCachingTtl //OptValkeyOptions Valkey client options OptValkeyOptions //OptManageTypes set true to manage data types OptManageTypes )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.