RedisConfig¶
Module: fast_llm.data.dataset.config
Fields¶
host—core-
Type:
strDefault:"localhost"Hostname or IP address of the Redis server.
port—core-
Type:
intDefault:6379Port number on which the Redis server is running.
timeout-
Type:
floatDefault:600.0Timeout (seconds) for sending and receiving data.