https://github.com/mo7zayed/hstore
golang hash maps as a data store, connecting to it using redis protocol [RESP]
https://github.com/mo7zayed/hstore
Last synced: about 1 year ago
JSON representation
golang hash maps as a data store, connecting to it using redis protocol [RESP]
- Host: GitHub
- URL: https://github.com/mo7zayed/hstore
- Owner: mo7zayed
- Created: 2020-02-29T01:03:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T13:32:27.000Z (almost 6 years ago)
- Last Synced: 2023-03-06T11:32:42.216Z (over 3 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HStore
this repo and its content is just for learning purpos. I used golang hash maps as a data store, connecting to it using redis protocol [RESP](https://redis.io/topics/protocol).
### Use It
```bash
go run main.go
redis-cli -p 2654 # Let the magic happends :)
redis-benchmark -p 2654
```
### Benchmarks
CPU: i7 8750H 2.20GHZ
RAM: 16 GP DDR4
Hard Drive: SSD 250GB
OS: Ubuntu Linux Distribution.
```
100000 requests completed in 2.71 seconds
36913.99 requests per second
```