3294 Commits

Author SHA1 Message Date
Nicolas Favre-Felix
5cae100598 Fixed and completed the z* documentation, added method aliases. 2010-02-17 11:19:34 +01:00
Nicolas Favre-Felix
27c94aa404 Change sorted sets to use doubles, added ZINCRBY, added tests. 2010-02-15 17:42:24 +01:00
Nicolas Favre-Felix
c6a58a9e47 Made z* method names more consistent w/ doc, added tests. ZINCRBY will be added as soon as redis issue #159 is addressed. 2010-02-15 15:57:34 +01:00
Nicolas Favre-Felix
cbf71cf2a1 Added special check for empty/null keys on sorts, in order to return FALSE. 2010-02-15 14:43:38 +01:00
Nasreddine Bouafif
a72e8e3eb8 Merge branch 'master' of git@github.com:owlient/phpredis 2010-02-15 14:29:55 +01:00
Nicolas Favre-Felix
0346e2e78a Removed export of methods as module functions. 2010-01-07 11:44:21 +01:00
Nicolas Favre-Felix
52b97ef329 Added expire alias to setTimeout, thanks @eekfu 2010-01-04 09:51:13 +01:00
Nicolas Favre-Felix
5bdde8d456 Added reconnect on timeout. 2009-12-28 18:18:55 +01:00
Nicolas Favre-Felix
eef96ab141 Merge branch 'master' into 1.1 2009-12-22 13:46:29 +01:00
Nicolas Favre-Felix
4ac34eda87 Fixed a memory leak on getMultiple (Thanks Dan!) 2009-12-22 13:44:15 +01:00
Nasreddine Bouafif
57c2a84a4c Sorted Sets, commands and tests. 2009-12-02 19:21:35 +01:00
Nasreddine Bouafif
e6ffa3c1e7 Sorted set, doc. 2009-12-02 19:07:04 +01:00
Nicolas Favre-Felix
5ec176530f Updated mkdeb to work with PHP 5.3 2009-12-01 18:22:39 +01:00
Nicolas Favre-Felix
d671169b32 Markdown. 2009-11-30 16:21:46 +01:00
Nicolas Favre-Felix
13b374089f Markdown. 2009-11-30 16:20:50 +01:00
Nicolas Favre-Felix
91556e3327 Markdown fix. 2009-11-30 16:20:09 +01:00
Nicolas Favre-Felix
afa81c1fed Added fancy return values for type(). 2009-11-30 16:18:20 +01:00
Nicolas Favre-Felix
76f8c17ba8 Documentation typo. 2009-11-30 15:39:28 +01:00
Nicolas Favre-Felix
2e9ee201d1 Documentation for version 1.1 2009-11-30 15:38:38 +01:00
Nicolas Favre-Felix
3754f3c39d Added RPOPLPUSH + tests. 2009-11-30 15:29:25 +01:00
Nicolas Favre-Felix
f9bcff05d3 Added MSET, part of redis 1.1 2009-11-30 15:05:19 +01:00
Nicolas Favre-Felix
0b3c0f14a6 Cleanup, added declarations. 2009-11-27 10:45:16 +01:00
Nicolas Favre-Felix
9a981c3475 Refactored some more, fixed a few leaks. 2009-11-26 17:25:25 +01:00
Nicolas Favre-Felix
bd1002ca61 Refactored some more. 2009-11-26 17:14:25 +01:00
Nicolas Favre-Felix
00d879020a Restored the *save tests. 2009-11-26 17:09:28 +01:00
Nicolas Favre-Felix
056b31bd3b Refactored a lot, this simplifies many methods. 2009-11-26 17:07:49 +01:00
Nicolas Favre-Felix
f01dd9266a Many documentation fixes. 2009-11-24 16:13:39 +01:00
Nicolas Favre-Felix
4f72c560fe Fixed lpush/rpush mix-up. Thanks Rowmain! :) 2009-11-24 15:30:52 +01:00
Nicolas Favre-Felix
8c8ad76bab markdown 2009-11-24 14:06:27 +01:00
Nicolas Favre-Felix
98ed969fca Markdown fixes 2009-11-24 12:35:32 +01:00
Nicolas Favre-Felix
2295baf19c Merge branch 'master' of git@github.com:owlient/phpredis 2009-11-24 12:34:23 +01:00
Nicolas Favre-Felix
6f9533fa41 Changed the README. 2009-11-24 12:33:42 +01:00
Nasreddine Bouafif
05f9666da7 documentation: sSize example 2009-11-24 12:23:22 +01:00
Nasreddine Bouafif
617d09884d documentation : spop and some fixes 2009-11-24 12:19:48 +01:00
Nasreddine Bouafif
3bb7c3b69b Delete command documentation. 2009-11-24 11:55:53 +01:00
Nasreddine Bouafif
4c51a317d3 Merge branch 'master' of git@github.com:owlient/phpredis 2009-11-24 11:48:01 +01:00
Nasreddine Bouafif
a37456720a Redis Documentation. 2009-11-24 11:44:50 +01:00
Nicolas Favre-Felix
7c80d0664e Slight cosmetic changes. 2009-11-24 11:44:18 +01:00
Nicolas Favre-Felix
56259a8ed8 Markdown fixes. 2009-11-24 11:18:05 +01:00
Nicolas Favre-Felix
741d986edc Better markdown for types, added doc for sets. 2009-11-24 11:14:30 +01:00
Nicolas Favre-Felix
f64b8a7187 Merge branch 'master' of git@github.com:owlient/phpredis 2009-11-24 10:54:27 +01:00
Nicolas Favre-Felix
27e5508ff7 Added tests for NULL parameters in sort methods. 2009-11-24 10:53:58 +01:00
Nasreddine Bouafif
c8f15fbd06 Merge branch 'master' of git@github.com:owlient/phpredis 2009-11-24 10:44:38 +01:00
Nasreddine Bouafif
d1f92305cc Redis Documentation. 2009-11-24 10:43:50 +01:00
Nicolas Favre-Felix
6b501ba932 Added aliases and fixed leaks. Thanks melfar! 2009-11-24 09:44:14 +01:00
Nicolas Favre-Felix
59320ace60 Merge branch 'master' of git@github.com:owlient/phpredis 2009-11-23 18:44:31 +01:00
Nicolas Favre-Felix
d0f141bb66 Documentation for sets. 2009-11-23 18:44:20 +01:00
Nasreddine Bouafif
379ad77a28 lpop documentantion.
--
2009-11-23 18:32:50 +01:00
Nasreddine Bouafif
98ab2c3e03 Merge branch 'master' of git@github.com:owlient/phpredis
Conflicts:
	README.markdown
2009-11-23 18:15:49 +01:00
Nasreddine Bouafif
b215cc7e87 Documentation. 2009-11-23 18:06:06 +01:00