methodRedisClient.getsetgetset(key: KeyLike,value: KeyLike): Promise<null | string>;Set the value of a key and return its old value@param keyThe key to set@param valueThe value to set@returnsPromise that resolves with the old value, or null if the key didn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob