Jinwu Li
Results
2
issues of
Jinwu Li
some redis cluster implementation does not support scan, so when mode set to overwrite, would get Error: Invalid Node response
``` package main import "fmt" type Transaction struct { ID int Status int } func main() { var txns []Transaction for i := 0; i < 10; i++ { txns...