feat: added DECR command support

This commit is contained in:
Sahil
2024-06-23 19:07:20 +05:30
committed by Kelvin Mwinuka
parent dcc1b4b3fc
commit 7bd98e6b00
3 changed files with 5331 additions and 563 deletions

View File

@@ -2020,7 +2020,6 @@ func Test_Generic(t *testing.T) {
t.Run("Test_HandlerDECR", func(t *testing.T) {
t.Parallel()
conn, err := internal.GetConnection("localhost", port)
if err != nil {
t.Error(err)
return
@@ -2545,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)