OpenVAS Libraries  9.0.3
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...

Collaboration diagram for kb_redis:
Collaboration graph

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.

Definition at line 76 of file kb_redis.c.

Field Documentation

◆ db

unsigned int kb_redis::db

Namespace ID number, 0 if uninitialized.

Definition at line 80 of file kb_redis.c.

◆ kb

struct kb kb_redis::kb

Parent KB handle.

Definition at line 78 of file kb_redis.c.

◆ max_db

unsigned int kb_redis::max_db

Max # of databases.

Definition at line 79 of file kb_redis.c.

◆ path

char kb_redis::path[0]

Path to the server socket.

Definition at line 82 of file kb_redis.c.

◆ rctx

redisContext* kb_redis::rctx

Redis client context.

Definition at line 81 of file kb_redis.c.


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