https://github.com/bootjp/go-kvlib
「Goで作って理解するRaftベースRedis互換KVS」で使うライブラリ
https://github.com/bootjp/go-kvlib
Last synced: about 1 year ago
JSON representation
「Goで作って理解するRaftベースRedis互換KVS」で使うライブラリ
- Host: GitHub
- URL: https://github.com/bootjp/go-kvlib
- Owner: bootjp
- License: apache-2.0
- Created: 2024-03-24T11:11:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T23:35:20.000Z (about 1 year ago)
- Last Synced: 2025-05-07T00:30:52.294Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kvlib
「Go言語で作って理解する Raftベース強整合性 Redis Cluster」で使うライブラリ