Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-09-16 02:04:00 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-09-16 02:04:00 +0400
commit4360785dd8b4a74c4ea65e8fd7a304d459b38cde (patch)
tree113a54e2d5aa45ec0b31a63507d9d84255f3b281 /php_redis.h
parent0b2a644bf910844f7972cde58268803f3e58c761 (diff)
Added generic sort. TODO: doc, tests.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h1
1 files changed, 1 insertions, 0 deletions
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);