Method: Sentry::Redis::GlobalRedisInstrumentation#call_pipelined
- Defined in:
- lib/sentry/redis.rb
#call_pipelined(commands, redis_config) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
92 93 94 95 96 |
# File 'lib/sentry/redis.rb', line 92 def call_pipelined(commands, redis_config) Sentry::Redis .new(commands, redis_config.host, redis_config.port, redis_config.db) .instrument { super } end |