Skip to content

Commit 6e41353

Browse files
committed
...
1 parent 74d46a8 commit 6e41353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/db/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var Commands = map[string]HandlerFunc{
5757
"INFO": infoHandler,
5858
"EXPIRE": expireHandler,
5959
"TTL": ttlHandler,
60-
"SAVE": snapshotHandler,
60+
"SAVE": snapshotHandler,
6161
}
6262

6363
func (s *Store) ttlCleaner() {

0 commit comments

Comments
 (0)