lenonqing
lenonqing
read group when block 0, will return `context.DeadlineExceeded` ```go xReadGroup = c.XReadGroup(context.Background(), XReadGroupArgs{ Group: "group", Consumer: "consumer", Streams: []string{key, ">"}, Block: 0, }) fmt.Println(xReadGroup.Err()) ``` Output: ` context deadline exceeded...
Hi @rueian,I use some commands,but is not work ok. ``` var key = "key" move := c.Move(ctx, key, 2) So(move.Err(), ShouldBeNil) So(move.Val(), ShouldBeFalse) s := c.Set(ctx, key, "hello", 0) So(s.Err(),...
in v 1.3.3 ``` query := "INSERT INTO TABLE_VALUES (`tid`, `uid`, `count`, `deposit`, `ver`) VALUES (:tid, :uid, :count, :deposit, :ver) ON DUPLICATE KEY UPDATE `tid`=VALUES(`tid`), `uid`=VALUES(`uid`), `count`=VALUES(`count`), `deposit`=VALUES(`deposit`), `ver`=VALUES(`ver`)" args...
I want to use [Sourcegraph](https://sourcegraph.com) for pomelo-bt code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/NetEase/pomelo-bt. (It should only take 30...