My Project
Record Struct Reference

#include <server.h>

Detailed Description

The record information stored in an index @value key: The lookup key for the record. @value payload: The value stored under that key. It will be a null-terminated C string of no more than 128 bytes.

Field Documentation

◆ key

Key Record::key

◆ payload

char Record::payload[MAX_PAYLOAD_LEN+1]

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