Campustream 1.0
A social network MQP for WPI
Protocol Class Reference

Data Fields

const NEWLINE = "\r\n"
const OK = 'OK'
const ERROR = 'ERR'
const QUEUED = 'QUEUED'
const NULL = 'nil'
const PREFIX_STATUS = '+'
const PREFIX_ERROR = '-'
const PREFIX_INTEGER = ':'
const PREFIX_BULK = '$'
const PREFIX_MULTI_BULK = '*'

Detailed Description

Definition at line 392 of file predis.php.


Field Documentation

const ERROR = 'ERR'

Definition at line 395 of file predis.php.

const NEWLINE = "\r\n"

Definition at line 393 of file predis.php.

const NULL = 'nil'

Definition at line 397 of file predis.php.

const OK = 'OK'

Definition at line 394 of file predis.php.

const PREFIX_BULK = '$'

Definition at line 402 of file predis.php.

const PREFIX_ERROR = '-'

Definition at line 400 of file predis.php.

const PREFIX_INTEGER = ':'

Definition at line 401 of file predis.php.

const PREFIX_MULTI_BULK = '*'

Definition at line 403 of file predis.php.

const PREFIX_STATUS = '+'

Definition at line 399 of file predis.php.

const QUEUED = 'QUEUED'

Definition at line 396 of file predis.php.


The documentation for this class was generated from the following files: