Oracle 5.0 Reference Manual page 1372

Table of Contents

Advertisement

• connid: The connection ID.
• response: The response to send back to the client.
• size: The size of the response.
command-get(connid, key, size)
Fired for a
command.
get
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The size of the key's data (or -1 if not found).
command-gets(connid, key, size, casid)
Fired for a
command.
gets
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The size of the key's data (or -1 if not found).
• casid: The casid for the item.
command-add(connid, key, size)
Fired for a
command.
add
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The new size of the key's data (or -1 if not found).
command-set(connid, key, size)
Fired for a
command.
set
Arguments:
• connid: The connection ID.
• key: The requested key.
• size: The new size of the key's data (or -1 if not found).
command-replace(connid, key, size)
Fired for a
replace
Arguments:
• connid: The connection ID.
Using
memcached
command.
1352

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents