Daniele Alessandri
4e6ed3f26d
[phpdoc] Add API documentation.
...
This is a starting point to add a documentation of the whole set of APIs and
classes of Predis. The next step will be to actually improve and extend it.
2011-10-21 12:54:24 +02:00
Daniele Alessandri
9608a97469
Add a license header to PHP files.
2011-10-18 16:41:46 +02:00
Daniele Alessandri
b4d5b19b30
Fix a few oversights.
2011-10-18 16:19:12 +02:00
Daniele Alessandri
20d872a306
Apply some coding style changes.
2011-10-18 15:51:55 +02:00
Daniele Alessandri
b2575bd667
Reorganize some Redis commands classes.
2011-04-25 12:39:21 +02:00
Daniele Alessandri
c07c610a0d
Implement Predis\MonitorContext as an abstraction for the MONITOR command.
2011-04-24 13:16:16 +02:00
Daniele Alessandri
6e2bba3ddb
Move the definition of the OBJECT commad to the server profile for Redis 2.2.
2011-04-06 18:51:52 +02:00
Daniele Alessandri
094a5bcc90
Fix wrong command class for KEYS in the v2.2 server profile.
2011-03-29 00:14:54 +02:00
Daniele Alessandri
f637872421
Keeping the server profiles classes independent leads to faster initialization times.
2011-03-28 23:56:31 +02:00
Daniele Alessandri
fda4f32f06
Rename server profile classes to comply with how underscores are interpreted in the PSR-0 standard.
2011-02-27 13:37:03 +01:00