We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5317a commit 5bc4433Copy full SHA for 5bc4433
lib/safer_rails_console/patches/sandbox/redis_readonly.rb
@@ -15,6 +15,7 @@ module RedisReadonly
15
hincrby migrate lmove pexpire flushall smove msetnx decr persist rpushx pfmerge xadd zremrangebylex
16
restore-asking geoadd rpoplpush zadd lpush srem brpoplpush zpopmin brpop geosearchstore zinterstore rename
17
}.freeze
18
+ # rubocop:enable Style/WordArray
19
20
def self.raise_exception_on_write_command(command)
21
if WRITE_COMMANDS.include?(command.to_s)
0 commit comments