It's developed in C++. We have considered Go, but one of the major goal we want to achieve always non-blocking. Go can be blocked by GC, and redis maybe frequently blocked by fork/heavy commands.
Seems an interesting tool. The only question is how effective it is. But we should definitely try it out.
It's developed in C++. We have considered Go, but one of the major goal we want to achieve always non-blocking. Go can be blocked by GC, and redis maybe frequently blocked by fork/heavy commands.
Seems an interesting tool. The only question is how effective it is. But we should definitely try it out.