-
Notifications
You must be signed in to change notification settings - Fork 76
great work! can you rewrite boltdb backend to use redis? #59
Comments
Hi @hiqbn , |
can you help start something? i will help write the redis part. i have no idea how to do the connector. |
using it with https://github.com/yongman/tidis as backend |
Hello @hiqbn, Please contact me when finished. |
i'll work on it but if u can do the initial redis connector will be best. it's good work what u have done. thx |
I don't understand the mo store.MergeOperator can you do a boiler plate for me to work on the rest? |
redis does not need file to have mutex r/w lock. no idea how to write it without file accessed, i'm getting this error below: i think it's easier modifying this panic: runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]: |
this is the boilerplate for redis for your reference |
Instead of keeping two databases of bolt and redis, possible to rewrite backend as redis? there's interface store. hope you can help
The text was updated successfully, but these errors were encountered: