The permissions apply to keys that have value at offset. For example, if offset is 0 and value is "log_server" the user will have the specified permissions over keys "log_server:today" and "log_server:yesterday" but not "user_profile:123". More...
#include <acls.h>

Public Attributes | |
| int64_t | offset |
| std::string | value |
| std::list< Permission > | permissions |
| The operations the user can perform on the specified key range. | |
The permissions apply to keys that have value at offset. For example, if offset is 0 and value is "log_server" the user will have the specified permissions over keys "log_server:today" and "log_server:yesterday" but not "user_profile:123".
1.8.8