Exception: Gitlab::Redis::MultiStore::NestedReadonlyPipelineError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gitlab/redis/multi_store.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



32
33
34
# File 'lib/gitlab/redis/multi_store.rb', line 32

def message
  'Nested use of with_readonly_pipeline is detected.'
end