redis

Functions

connect_to_default_redis

Connects to a redis server using the settings defined by the BEFLOW_REDIS_ADDRESS, BEFLOW_REDIS_PORT, BEFLOW_REDIS_DB and BEFLOW_REDIS_PASSWORD settings.

connect_to_redis

Connects to a redis server using the specified settings.

expected_redis_config_version

is_redis_available

Returns whether a server running on the local host on a particular port is available.

launch_redis

Exceptions

RedisBadConfigurationError

An exception raised when connecting to a redis server that doesn't appear to have been correctly configured for use with openff-bespokefit.

RedisNotConfiguredError

An exception raised when connecting to a redis server that doesn't appear to have been configured by openff-bespokefit.