/
Redis Connection
Redis Connection
Most components of SIC create a connection to Redis, so that they can send and receive messages/requests. This is done through the SICRedis class.
Authorization
SICRedis looks in environment for DB_IP and DB_PASS
DB_IP defaults to localhost and DB_PASS defaults to ‘changemeplease’
Messages and requests
A component can implement two callbacks, on_message()
and on_request()
.
A request must be met with a reply
, multiple selections available,
Related content
Redis
More like this
Building Blocks of SIC
Building Blocks of SIC
More like this
Adding a New Service
Adding a New Service
More like this
How does SIC work?
How does SIC work?
More like this
SIC Connectors
SIC Connectors
More like this
Run your Conversational Agent
Run your Conversational Agent
More like this