We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 433ec69 + 579263c commit 18642efCopy full SHA for 18642ef
lib/redis/pipeline.rb
@@ -58,7 +58,7 @@ def send_blocking_command(command, timeout, &block)
58
59
class MultiConnection < PipelinedConnection
60
def multi
61
- raise Redis::Error, "Can't nest multi transaction"
+ raise Redis::BaseError, "Can't nest multi transaction"
62
end
63
64
private
0 commit comments