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
I'm trying to run the package under ubuntu 14.04 and ruby 1.9.3.
It fails with the following error:
Auditing redis://@redis-01.local:6386/ sampling 0 keys
Sampling 601 keys...
./redis-audit.rb:157:in `block (2 levels) in group_key': undefined method `[]' for #<Enumerator:0x0000000289a948> (NoMethodError)
from ./redis-audit.rb:155:in `each_codepoint'
from ./redis-audit.rb:155:in `with_index'
from ./redis-audit.rb:155:in `block in group_key'
from ./redis-audit.rb:151:in `each'
from ./redis-audit.rb:151:in `group_key'
from ./redis-audit.rb:129:in `audit_key'
from ./redis-audit.rb:98:in `block in audit_keys'
from ./redis-audit.rb:96:in `times'
from ./redis-audit.rb:96:in `audit_keys'
from ./redis-audit.rb:347:in `<main>'
The text was updated successfully, but these errors were encountered:
I'm trying to run the package under ubuntu 14.04 and ruby 1.9.3.
It fails with the following error:
The text was updated successfully, but these errors were encountered: