Skip to content

Commit 975f24c

Browse files
Docs updated
1 parent 3e61d20 commit 975f24c

11 files changed

Lines changed: 996 additions & 483 deletions

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,37 @@ debug
7878
local-*.yaml
7979
local-*.yml
8080

81+
# Development and internal documentation files
82+
docs/binary-protocol-specification.md
83+
docs/concurrency-patterns-demo.go
84+
docs/configuration-driven-multivm.md
85+
docs/consistent-hashing-deep-dive.md
86+
docs/context-examples.go
87+
docs/cuckoo-filter-internals.md
88+
docs/distributed-architecture-plan.md
89+
docs/distributed-persistence-plan.md
90+
docs/filter-integration-summary.md
91+
docs/hash-ring-foundation-complete.md
92+
docs/hash-ring-implementation-summary.md
93+
docs/implementation-guide.md
94+
docs/implementation-plan.md
95+
docs/implementation-roadmap.md
96+
docs/KNOWN_ISSUES.md
97+
docs/logging-quick-guide.md
98+
docs/memory-pressure-examples.go
99+
docs/method-receiver-examples.go
100+
docs/persistence-file-locations.md
101+
docs/production-polish-roadmap.md
102+
docs/raft-consensus-deep-dive.md
103+
docs/redis-cli-testing-guide.md
104+
docs/resp-protocol-specification.md
105+
docs/session-overflow-scenario.go
106+
81107
# Binary File
82108
./main
83109

84110
# Test Results
85111
test-results/
86112

87113
# Benchmark Results
88-
benchmark-results/
114+
benchmark-results/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HyperCache - Production-Grade Distributed Cache
1+
# HyperCache - Distributed Cache
22

33
[![Status](https://img.shields.io/badge/Status-Production%20Ready-brightgreen)]()
44
[![Go Version](https://img.shields.io/badge/Go-1.23.2-blue)]()
@@ -646,4 +646,4 @@ MIT License - feel free to use in your projects!
646646

647647
---
648648

649-
**Made with ❤️ in Go** | **Production Ready** | **Redis Compatible** | **Enterprise Observability**
649+
**Made with ❤️ in Go** | **Redis Compatible** | **Enterprise Observability**

0 commit comments

Comments
 (0)