2013-07-18

SSDB now provides very detailed API doc

Views: 6431 | Add Comments

The new detailed SSDB PHP Client API Documentation is now available. It is at this link: http://www.ideawu.com/ssdb/docs/php/.

The document looks like this

zsize

Description

Return the number of pairs of a zset.

Parameters

    name - The name of the zset

Return Value

false on error, otherwise an integer of the zset, 0 if the zset does not exist.

Example

$ssdb->zsize('z');

The document is also available in github repository.

Posted by ideawu at 2013-07-18 21:25:03

Leave a Comment