Daniele Alessandri
|
0255261cd5
Whoops, forgot to add Predis\Options\ClientCluster to the repository.
|
13 years ago |
Daniele Alessandri
|
5f0799ab65
Predis\Commands\Command::filterArguments() is protected.
|
13 years ago |
Daniele Alessandri
|
e97e13bde5
Add the 'prefix' client option. The client will automatically prepend the specified prefix string to each key.
|
13 years ago |
Daniele Alessandri
|
46db0409a1
Merge branch 'command_processor'
|
13 years ago |
Daniele Alessandri
|
cb363b52f6
Update examples.
|
13 years ago |
Daniele Alessandri
|
724543a4e6
Rename Predis\Network\ConnectionCluster to Predis\Network\PredisCluster.
|
13 years ago |
Daniele Alessandri
|
150795f999
Remove the key_distribution option and allow user-defined callbacks to initialize a cluster connection.
|
13 years ago |
Daniele Alessandri
|
9b4a915a52
Dynamically check for the presence of the WITHSCORE modifier with the ZRANGE family of commands.
|
13 years ago |
Daniele Alessandri
|
b47a3f9ab8
Implement Predis\Commands\Command::setRawArguments().
|
13 years ago |
Daniele Alessandri
|
5a80876c64
Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis.
|
13 years ago |
Daniele Alessandri
|
b5ebf48318
Make command processors accept only instances of Predis\Commands\ICommand.
|
13 years ago |
Daniele Alessandri
|
09b5d7ac61
Change Predis\Commands\Preprocessors to Predis\Command\Processors.
|
13 years ago |
Daniele Alessandri
|
812d37b2d4
Fix typo.
|
13 years ago |
Daniele Alessandri
|
859ee35c68
Expose two methods to retrieve the standard prefixing strategies used for commands accepting single or multiple keys.
|
13 years ago |
Daniele Alessandri
|
ca22208ce8
Define a default value for the number of values used to populate KEYS.
|
13 years ago |
Daniele Alessandri
|
a386263d84
Add an helper method to get the actual keys from the whole argument list.
|
13 years ago |
Daniele Alessandri
|
2bdfed5071
Add an abstraction for a virtual command that leverages Redis scripting with the new EVAL command.
|
13 years ago |
Daniele Alessandri
|
bd027341be
New command: EVAL (Redis v2.4-dev).
|
13 years ago |
Daniele Alessandri
|
4fc87fa161
Update README.
|
13 years ago |
Daniele Alessandri
|
be1f0914b1
Update README's markdown code to show nice colors on GitHub.
|
13 years ago |
Daniele Alessandri
|
804a5d95fb
Merged pull request #28 from udat/110425-fixes.
|
13 years ago |
Artur Kotyrba
|
650d6a07e0
Fixed method and class name
|
13 years ago |
Artur Kotyrba
|
d4694da487
Added missing use statements
|
13 years ago |
Artur Kotyrba
|
7e4b367a1d
Removed unused argument for constructor of SafeExecutor and SafeClusterExecutor
|
13 years ago |
Daniele Alessandri
|
19b703588b
Add an example for Predis\DispatcherLoop.
|
13 years ago |
Daniele Alessandri
|
b5a1ba9795
Minor code and formatting changes for the example files.
|
13 years ago |
Daniele Alessandri
|
21372bef6d
Add an example for Predis\MonitorContext.
|
13 years ago |
Daniele Alessandri
|
e507198cc3
Do not populate the 'arguments' property if commands received with MONITOR do not carry an argument list.
|
13 years ago |
Daniele Alessandri
|
88a9f509b4
Fix database handling in Predis\MonitorContext.
|
13 years ago |
Daniele Alessandri
|
b2575bd667
Reorganize some Redis commands classes.
|
13 years ago |