Files
redis/src
Huang Zhw ec5034a2e3 acl: bitfield with get and set|incrby can be executed with readonly permission (#11086)
`bitfield` with `get` may not be readonly.

```
127.0.0.1:6384> acl setuser hello on nopass %R~* +@all
OK
127.0.0.1:6384> auth hello 1
OK
127.0.0.1:6384> bitfield hello set i8 0 1
(error) NOPERM this user has no permissions to access one of the keys used as arguments
127.0.0.1:6384> bitfield hello set i8 0 1 get i8 0
1) (integer) 0
2) (integer) 1
```

Co-authored-by: Oran Agra <oran@redislabs.com>
2022-08-07 09:21:19 +03:00
..
2022-07-18 10:56:26 +03:00
2022-08-04 10:47:37 +03:00
2020-04-24 17:11:21 -07:00
2022-08-04 10:47:37 +03:00
2022-03-09 13:58:23 +02:00
2022-07-18 10:56:26 +03:00
2021-12-19 17:52:23 +02:00
2022-07-11 12:36:03 +03:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2019-11-19 17:23:47 +08:00
2022-04-17 15:43:22 +03:00
2022-05-29 08:51:33 +03:00
2014-08-08 10:05:32 +02:00
2022-08-04 10:47:37 +03:00
2019-10-02 11:30:20 +02:00
2022-08-04 10:47:37 +03:00
2021-07-10 10:04:54 -05:00
2014-07-02 16:31:22 +02:00
2022-07-18 10:56:26 +03:00
2022-07-18 10:56:26 +03:00
2022-07-18 10:56:26 +03:00