From 71bebfe7cab3ebae49629fe67097e72f3b1edd35 Mon Sep 17 00:00:00 2001 From: Isaac <91521821+isimisi@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:54:31 +0200 Subject: [PATCH] added hmset to ioMethods.ts --- src/ioMethods.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ioMethods.ts b/src/ioMethods.ts index dc8ba4b..dc01156 100644 --- a/src/ioMethods.ts +++ b/src/ioMethods.ts @@ -95,6 +95,7 @@ export const ioMethods = [ 'hvals', 'hgetall', 'hexists', + 'hmset', 'incrby', 'incrbyfloat', 'decrby',