Oracle 5.0 Reference Manual page 1373

Table of Contents

Advertisement

• key: The requested key.
• size: The new size of the key's data (or -1 if not found).
command-prepend(connid, key, size)
Fired for a
prepend
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The new size of the key's data (or -1 if not found).
command-append(connid, key, size)
Fired for a
command.
append
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The new size of the key's data (or -1 if not found).
command-cas(connid, key, size, casid)
Fired for a
command.
cas
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The size of the key's data (or -1 if not found).
• casid: The cas ID requested.
command-incr(connid, key, val)
Fired for
command.
incr
Arguments:
• connid: The connection ID.
• key: The requested key.
• val: The new value.
command-decr(connid, key, val)
Fired for
command.
decr
Arguments:
• connid: The connection ID.
• key: The requested key.
Using
memcached
command.
1353

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents