policy/frameworks/storage/backend/redis/main.zeek
- Storage::Backend::Redis
Redis storage backend support
- Namespace:
Storage::Backend::Redis
- Imports:
Summary
Redefinable Options
|
Default value for connection attempt timeouts. |
|
Default value for operation timeouts. |
Types
Options record for the built-in Redis backend. |
Redefinitions
|
Detailed Interface
Redefinable Options
- Storage::Backend::Redis::default_connect_timeout
-
Default value for connection attempt timeouts. This can be overridden per-connection with the
connect_timeoutbackend option.
- Storage::Backend::Redis::default_operation_timeout
-
Default value for operation timeouts. This can be overridden per-connection with the
operation_timeoutbackend option.
Types
- Storage::Backend::Redis::Options
- Type:
- Fields:
-
-
connect_timeout:
interval&default=Storage::Backend::Redis::default_connect_timeout&optional Timeout for connection attempts to the backend. Connection attempts that exceed this time will return
Storage::CONNECTION_FAILED.
-
operation_timeout:
interval&default=Storage::Backend::Redis::default_operation_timeout&optional Timeout for operation requests sent to the backend. Operations that exceed this time will return
Storage::TIMEOUT.
-
connect_timeout:
Options record for the built-in Redis backend.