Skip to content

Commit

Permalink
fix: add redis rw operation
Browse files Browse the repository at this point in the history
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
  • Loading branch information
rfyiamcool committed Nov 29, 2023
1 parent 7135bd2 commit eb8bd69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/go-redisv9/op_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,15 @@ var writeOperation = map[string]bool{
}

var readOperation = map[string]bool{
"keys": true,
"scan": true,
"getrange": true,
"getbit": true,
"mget": true,
"hvals": true,
"hkeys": true,
"hlen": true,
"hscan": true,
"hexists": true,
"hget": true,
"hgetall": true,
Expand Down

0 comments on commit eb8bd69

Please sign in to comment.