feat: INCR command added

This commit is contained in:
Sahil
2024-06-20 01:10:58 +05:30
parent 75baaa5c47
commit 1e0625f28f
5 changed files with 93 additions and 13 deletions

View File

@@ -16,13 +16,14 @@ package echovault
import (
"context"
"github.com/echovault/echovault/internal"
"github.com/echovault/echovault/internal/clock"
"reflect"
"slices"
"strings"
"testing"
"time"
"github.com/echovault/echovault/internal"
"github.com/echovault/echovault/internal/clock"
)
func TestEchoVault_DEL(t *testing.T) {