File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1246,10 +1246,10 @@ an error messages to C<STDERR>.
1246
1246
1247
1247
The full list of the Redis commands can be found here: L<http://redis.io/commands> .
1248
1248
1249
- The reply to the command is passed to the callback in first argument. If any
1250
- error occurred during command execution, the error object is passed to the
1251
- callback in second argument. Error object is the instance of the class
1252
- L<AnyEvent::RipeRedis::Error> .
1249
+ To execute the command you must call specific method. The reply to the command
1250
+ is passed to the callback in first argument. If any error occurred during
1251
+ command execution, the error object is passed to the callback in second
1252
+ argument. Error object is an instance of the class L<AnyEvent::RipeRedis::Error> .
1253
1253
1254
1254
The command callback is optional. If it is not specified and any error
1255
1255
occurred, the C<on_error > callback of the client is called.
You can’t perform that action at this time.
0 commit comments