feat: added DECRBY command

This commit is contained in:
Sahil
2024-06-25 02:11:30 +05:30
committed by Kelvin Mwinuka
parent 7bd98e6b00
commit 3c338cf7f0
2 changed files with 0 additions and 65 deletions

View File

@@ -2544,7 +2544,6 @@ func Test_Generic(t *testing.T) {
}
// Connect to the server
conn, err := internal.GetConnection("localhost", port)
if err != nil {
t.Error(err)