@valkey/valkey-glide
    Preparing search index...

    Interface MemoryStatsDb

    Database memory overhead statistics from MEMORY STATS.

    interface MemoryStatsDb {
        overheadHashtableExpires: number;
        overheadHashtableMain: number;
    }
    Index
    overheadHashtableExpires: number

    Overhead of the expires dictionary hashtable.

    overheadHashtableMain: number

    Overhead of the main dictionary hashtable.