You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ snmaynard
When I go to run
bundle exec ruby redis-audit.rb -h 192.168.0.7 -p 8000 -d 0 -s 10000000
I get the following error:
Auditing 192.168.0.7:8000 dbnum:0 sampling 10000000 keys
Getting a list of all 132685 keys...
Auditing 132685 keys...
redis-audit.rb:150:in group_key': undefined method codepoints' for "oo.service.common.cache.prefix.vemployee.count.org.all.v.":String (NoMethodError)
from redis-audit.rb:130:in audit_key' from redis-audit.rb:111:in audit_keys'
from redis-audit.rb:26:in each_with_index' from redis-audit.rb:110:in each'
from redis-audit.rb:110:in each_with_index' from redis-audit.rb:110:in audit_keys'
from redis-audit.rb:358
The text was updated successfully, but these errors were encountered:
@ snmaynard
When I go to run
bundle exec ruby redis-audit.rb -h 192.168.0.7 -p 8000 -d 0 -s 10000000
I get the following error:
Auditing 192.168.0.7:8000 dbnum:0 sampling 10000000 keys
Getting a list of all 132685 keys...
Auditing 132685 keys...
redis-audit.rb:150:in
group_key': undefined method
codepoints' for "oo.service.common.cache.prefix.vemployee.count.org.all.v.":String (NoMethodError)from redis-audit.rb:130:in
audit_key' from redis-audit.rb:111:in
audit_keys'from redis-audit.rb:26:in
each_with_index' from redis-audit.rb:110:in
each'from redis-audit.rb:110:in
each_with_index' from redis-audit.rb:110:in
audit_keys'from redis-audit.rb:358
The text was updated successfully, but these errors were encountered: