export interface SetRequestInterface { key: string; value: string; ttl: number; }