@@ -332,20 +332,8 @@ go test -race -v
332332go test -cover -v
333333```
334334
335- ### Test Coverage (51.2%)
336- - ** Basic Commands** : PING, ECHO with real Redis client
337- - ** String Operations** : SET, GET, MSET, MGET, SETNX
338- - ** Key Management** : DEL, EXISTS, TYPE, KEYS, FLUSHDB
339- - ** Numeric Operations** : INCR, DECR, INCRBY, DECRBY
340- - ** Expiration** : EXPIRE, TTL, key expiration behavior
341- - ** Advanced Features** : Multi-key operations, conditional operations
342- - ** Concurrent Access** : Thread-safety with 20+ goroutines
343- - ** Error Handling** : Invalid commands, type mismatches
344- - ** Connection Management** : State transitions, idle detection
345- - ** Performance** : High-volume operations (10,000+ keys)
346- - ** Stress Testing** : Rapid operations and memory management
347-
348- ### Performance Benchmarks (M1 Pro)
335+
336+ ### Performance Benchmarks
349337- ** SET** : ~ 14,181 ns/op (70,546 ops/sec)
350338- ** GET** : ~ 14,559 ns/op (68,685 ops/sec)
351339- ** INCR** : ~ 14,384 ns/op (69,520 ops/sec)
0 commit comments