From 917b08a98cb310d05170d2ef3de9847419e3990e Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 8 Jul 2026 21:11:52 +0200 Subject: fixed bug regarding DEL --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2dc5b12..8acef78 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ type handlerFunc func(net.Conn, []string) var commandRegistry = map[string]handlerFunc{ "GET": handleGet, "SET": handleSet, -// "DEL": handleDel, + "DEL": handleDel, "EXISTS": handleExists, /* "INCR": handleIncr, "DECR": handleDecr, -- cgit v1.2.3