Skip to content

RedisConfig

Module: fast_llm.data.dataset.config

Fields

hostcore

Type: str    Default: "localhost"

Hostname or IP address of the Redis server.

portcore

Type: int    Default: 6379

Port number on which the Redis server is running.

timeout

Type: float    Default: 600.0

Timeout (seconds) for sending and receiving data.