|
Greenbone Vulnerability Management Libraries 22.24.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. More...
Data Fields | |
| struct kb | kb |
| unsigned int | max_db |
| unsigned int | db |
| redisContext * | rctx |
| char * | path |
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 |
Path to the server socket.
| redisContext* kb_redis::rctx |
Redis client context.