mirror of
https://github.com/predis/predis.git
synced 2026-08-20 14:52:05 +00:00
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ZSetScore extends Command {
|
|
public function getId() { return 'ZSCORE'; }
|
|
}
|