Skip to content

Commit

Permalink
Running lint
Browse files Browse the repository at this point in the history
arpitbbhayani committed Oct 17, 2024
1 parent e271a17 commit 3f6d711
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ type Config struct {
EnableMultiThreading bool `mapstructure:"enablemultithreading"`
StoreMapInitSize int `mapstructure:"storemapinitsize"`
AdhocReqChanBufSize int `mapstructure:"adhocreqchanbufsize"`
EnableProfiling bool `mapstructure:"profiling"`
EnableProfiling bool `mapstructure:"profiling"`
} `mapstructure:"performance"`

Memory struct {
@@ -160,7 +160,7 @@ var baseConfig = Config{
EnableMultiThreading bool `mapstructure:"enablemultithreading"`
StoreMapInitSize int `mapstructure:"storemapinitsize"`
AdhocReqChanBufSize int `mapstructure:"adhocreqchanbufsize"`
EnableProfiling bool `mapstructure:"profiling"`
EnableProfiling bool `mapstructure:"profiling"`
}{
WatchChanBufSize: 20000,
ShardCronFrequency: 1 * time.Second,
1 change: 0 additions & 1 deletion internal/eval/eval.go
Original file line number Diff line number Diff line change
@@ -3921,7 +3921,6 @@ func evalSINTER(args []string, store *dstore.Store) []byte {
return clientio.Encode(members, false)
}


func evalHLEN(args []string, store *dstore.Store) []byte {
if len(args) != 1 {
return diceerrors.NewErrArity("HLEN")

0 comments on commit 3f6d711

Please sign in to comment.