Skip to content

Commit 253a468

Browse files
authored
Update README to remove test coverage details
Removed detailed test coverage metrics and updated performance benchmarks section.
1 parent ddcd4bf commit 253a468

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -332,20 +332,8 @@ go test -race -v
332332
go 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

Comments
 (0)