12:49:44 GMT Is it possible to provide read-only permissions to users on elasticache redis? 16:39:49 GMT Is it possible to provide read-only permissions to users on elasticache redis? 16:46:52 GMT with redis itself: no, you could disable most commands though. elasticache: no clue 18:48:47 GMT there are read replicas 18:48:56 GMT you can't disable commands with elasticache unfortunately 19:54:02 GMT hi, i’m reading and learning about redis. currently reading this: https://redis.io/commands/zincrby but i have a questions: in the example there’s this => ZADD myzset 1 "one" 19:54:13 GMT i understand “myzset” is the name of the set 19:54:16 GMT right? 19:54:21 GMT what are 1 and “one” 19:54:44 GMT which one is a member? and what’s the other one?