We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e791067 commit 9822702Copy full SHA for 9822702
src/context/mod.rs
@@ -864,6 +864,7 @@ unsafe impl RedisLockIndicator for Context {}
864
bitflags! {
865
/// An object represent ACL permissions.
866
/// Used to check ACL permission using `acl_check_key_permission`.
867
+ #[derive(Debug)]
868
pub struct AclPermissions : c_int {
869
/// User can look at the content of the value, either return it or copy it.
870
const ACCESS = raw::REDISMODULE_CMD_KEY_ACCESS as c_int;
0 commit comments