OpenVAS Libraries  8.0.3
Data Fields
kb_redis Struct Reference

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]
 

Detailed Description

Subclass of struct kb, it contains the redis-specific fields, such as the redis context, current DB (namespace) id and the server socket path.

Field Documentation

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.


The documentation for this struct was generated from the following file: