class ControllerMemoryDB Constructors 🔗 ControllerMemoryDB() Properties 🔗 backend: string 🔗 logger: Logger Methods 🔗 connect(): Promise<Deno.Kv> The connect function opens a key-value store using the Deno.openKv() function and returns a promise that resolves to the store instance, while also handling any errors that may occur.