dmarro89 / dare-db

Dare-DB is a lightweight in-memory database written in Go, featuring Redis-inspired hashtables and HTTP/HTTPS endpoints for seamless data storage and retrieval, with Docker support for easy deployment
MIT License
46 stars 5 forks source link

draft Test merge 02 #22

Closed go-while closed 3 months ago

go-while commented 3 months ago

from @go-while : i fixed the randomness, hashkey. was zero/empty when i debugged it. removed the split func. the randomBytes were not initialized as they should have been. removed the logrus dep and implemented own logger as "darelog" 👯 with correct string formating passed darelog to all instances, creates in main export LOGLEVEL=DEBUG|INFO|WARN works as intended removed mutexes from dare-db get/set/del and moved these to go-redis-hashtable, where they should be.

dmarro89 commented 3 months ago

@go-while are you not allowed to create ready PRs ?

go-while commented 3 months ago

@go-while are you not allowed to create ready PRs ?

i can but i did not as this won't work if you don't pull the other PR with the beatiful new little darelogger :dancers: