OpenVAS Libraries
9.0.1
|
Subclass of struct kb, it contains the redis-specific fields, such as the redis context, current DB (namespace) id and the server socket path. More...
Data Fields | |
struct kb | kb |
unsigned int | max_db |
unsigned int | db |
redisContext * | rctx |
char | path [0] |
Subclass of struct kb, it contains the redis-specific fields, such as the redis context, current DB (namespace) id and the server socket path.
unsigned int kb_redis::db |
Namespace ID number, 0 if uninitialized.
struct kb kb_redis::kb |
Parent KB handle.
unsigned int kb_redis::max_db |
Max # of databases.
char kb_redis::path[0] |
Path to the server socket.
redisContext* kb_redis::rctx |
Redis client context.