Sha256: 5fb1732cf98df05db12d755a8f0176b086c32ea7e7c7712311f5af5038f28954
Contents?: true
Size: 137 Bytes
Versions: 7
Compression:
Stored size: 137 Bytes
Contents
<?php namespace Predis\Commands; class ZSetCardinality extends Command { public function getId() { return 'ZCARD'; } }
Version data entries
7 entries across 7 versions & 1 rubygems