feat: added DECRBY command

Rebased with main branch.
This commit is contained in:
Sahil
2024-06-25 02:11:30 +05:30
committed by Kelvin Mwinuka
parent 3c338cf7f0
commit 03f278c9a0

View File

@@ -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)