rat_memcache 0.2.4

高性能 Memcached 协议兼容服务器,支持双层缓存和持久化存储
Documentation
/target
/Cargo.lock
/dist*
/rat_memcache_data
.claude/

# 日志文件
*.log
*.log.*

# 缓存文件
*.cache
*.ldb
*.sst
*.wal

# 临时文件
*.tmp
*.temp
*.bak
*.lock
*.swp
*.swo

# 测试文件
/test_*/
**/test_*
/test_output/
/coverage/