Skip to content

Commit

Permalink
Merge branch 'main' into fix/limit_bytes_redis_args
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Nov 30, 2023
2 parents 80e9655 + 275ec01 commit 1e6ed07
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 1e6ed07

Please sign in to comment.