From 4360785dd8b4a74c4ea65e8fd7a304d459b38cde Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Thu, 16 Sep 2010 00:04:00 +0200 Subject: Added generic sort. TODO: doc, tests. --- php_redis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_redis.h') diff --git a/php_redis.h b/php_redis.h index 25e31cfe..847ed1f5 100755 --- a/php_redis.h +++ b/php_redis.h @@ -40,6 +40,7 @@ PHP_METHOD(Redis, incr); PHP_METHOD(Redis, decr); PHP_METHOD(Redis, type); PHP_METHOD(Redis, getKeys); +PHP_METHOD(Redis, sort); PHP_METHOD(Redis, sortAsc); PHP_METHOD(Redis, sortAscAlpha); PHP_METHOD(Redis, sortDesc); -- cgit v1.2.3