flashdb
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
파일 탐색기
최종 버전 다운로드 (.zip)- go.yml
- architecture.png
- cli.png
- logo.png
- .gitignore
- config.go
- db_load.go
- db_load_test.go
- evict.go
- flashdb.go
- go.mod
- go.sum
- LICENSE
- meta.go
- README.md
- record.go
- record_test.go
- store.go
- store_test.go
- tx_hash.go
- tx_hash_test.go
- tx_set.go
- tx_set_test.go
- tx_str.go
- tx_str_test.go
- tx_zset.go
- tx_zset_test.go
- txn.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/arriqaaq/flashdb
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd flashdb
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
