AnyEvent-RipeRedis
view release on metacpan or search on metacpan
were aborted.
Error codes available since Redis 2.6.
- E\_NO\_SCRIPT
No matching script. Use the `EVAL` command.
- E\_BUSY
Redis is busy running a script. You can only call `SCRIPT KILL`
or `SHUTDOWN NOSAVE`.
- E\_NOT\_BUSY
No scripts in execution right now.
- E\_MASTER\_DOWN
Link with MASTER is down and slave-serve-stale-data is set to 'no'.
lib/AnyEvent/RipeRedis.pm view on Meta::CPAN
Error codes available since Redis 2.6.
=over
=item E_NO_SCRIPT
No matching script. Use the C<EVAL> command.
=item E_BUSY
Redis is busy running a script. You can only call C<SCRIPT KILL>
or C<SHUTDOWN NOSAVE>.
=item E_NOT_BUSY
No scripts in execution right now.
=item E_MASTER_DOWN
Link with MASTER is down and slave-serve-stale-data is set to 'no'.
( run in 0.246 second using v1.01-cache-2.11-cpan-87723dcf8b7 )