method Keydb.prototype.setRe-exportimport { Keydb } from "https://deno.land/x/keydb@1.0.0/postgres.ts"; set(key: string,value: any,ttl?: number,): Promise<this>Set a Key's Value. Parameterskey: stringName of the Key to set. value: anyValue to set. optionalttl: numberReturnsPromise<this>