redis-slowlog-stasher 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,6 +50,7 @@ loop do
50
50
  # "parse" the entry
51
51
  entry_id, entry_timestamp, duration, args = slowlog_entry
52
52
  command = args.shift
53
+ args.map! { |arg| arg.force_encoding('US-ASCII') }
53
54
 
54
55
  #logger.debug("previous_entry_id: #{previous_entry_id}, entry_id: #{entry_id}; previous_entry_timestamp: #{previous_entry_timestamp}, entry_timestamp: #{entry_timestamp}")
55
56
 
@@ -1,3 +1,3 @@
1
1
  module RedisSlowlogStasher
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-slowlog-stasher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: