From 03f278c9a03937e342d8c12df50b9d76f20703f3 Mon Sep 17 00:00:00 2001 From: Sahil Date: Tue, 25 Jun 2024 02:11:30 +0530 Subject: [PATCH] feat: added DECRBY command Rebased with main branch. --- internal/modules/generic/commands_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/modules/generic/commands_test.go b/internal/modules/generic/commands_test.go index cc50dcb..305a6a8 100644 --- a/internal/modules/generic/commands_test.go +++ b/internal/modules/generic/commands_test.go @@ -2544,6 +2544,7 @@ func Test_Generic(t *testing.T) { } // Connect to the server + conn, err := internal.GetConnection("localhost", port) if err != nil { t.Error(err)