Daniele Alessandri
|
09895f27bf
Rename command class for scripting to Predis\Command\ScriptCommand.
|
11 years ago |
Daniele Alessandri
|
980edf2f7b
Rename base command class to Predis\Command\Command.
|
11 years ago |
Daniele Alessandri
|
c8e20e428a
Remove interface defining objects aware of command processing.
|
11 years ago |
Daniele Alessandri
|
7a56856d46
Make option "prefix" accept command processor instances.
|
11 years ago |
Daniele Alessandri
|
fc4e279b9a
[tests] Fix tests on PHP 5.3.
|
11 years ago |
Daniele Alessandri
|
09b0750cb7
[tests] Improve tests of TTL.
|
11 years ago |
Daniele Alessandri
|
d52daacba9
[tests] Improve base command test case.
|
11 years ago |
Daniele Alessandri
|
00247abc50
[tests] Add missing tests for SETNX.
|
11 years ago |
Daniele Alessandri
|
862da9a3b2
[tests] Add "count" argument to SRANDMEMBER (since Redis >= 2.6).
|
11 years ago |
Daniele Alessandri
|
d6173bb33b
Merge branch 'v0.9/external-prefixer'
|
11 years ago |
Daniele Alessandri
|
d0b431016d
Move key prefixing logic from command classes to prefix processor.
|
11 years ago |
Daniele Alessandri
|
5856bde198
Fix phpdoc.
|
11 years ago |
Daniele Alessandri
|
4840736503
Apply some minor internal changes to concrete connection classes.
|
11 years ago |
Daniele Alessandri
|
2d39408c0f
Add a method to the pipeline to fetch the connection from the client.
|
11 years ago |
Daniele Alessandri
|
374101cfc3
Apply minor change.
|
11 years ago |
Daniele Alessandri
|
cec7c24236
Merge branch 'v0.9/server-profile'
|
11 years ago |
Daniele Alessandri
|
2a5483df90
Reorganize the Predis\Profile namespace.
|
11 years ago |
Daniele Alessandri
|
0a60a156f0
Merge branch 'v0.9/transaction-multiexec-state'
|
11 years ago |
Daniele Alessandri
|
1e0ef2a64d
Move check for WATCH and UNWATCH support.
|
11 years ago |
Daniele Alessandri
|
30e74e36aa
Update CHANGELOG.
|
11 years ago |
Daniele Alessandri
|
1125809de9
Force exceptions on error responses for transaction control commands.
|
11 years ago |
Daniele Alessandri
|
712e6420e9
Rewrite parts of Predis\Transaction\MultiExec to make them less ugly.
|
11 years ago |
Daniele Alessandri
|
84e0f5af7a
Extract the tracking of transaction states to a separate class.
|
11 years ago |
Daniele Alessandri
|
c047c4992a
Merge branch 'v0.9/pipeline-refactoring'
|
11 years ago |
Daniele Alessandri
|
ce706a375c
Merge branch 'v0.9/add-commands'
|
11 years ago |
Daniele Alessandri
|
66f22899a1
Update CHANGELOG.
|
11 years ago |
Daniele Alessandri
|
620adb2fe6
New command: PUBSUB (Redis 2.8).
|
11 years ago |
Daniele Alessandri
|
1b5e2d0d0d
New command: SENTINEL (Redis 2.6).
|
11 years ago |
Daniele Alessandri
|
3d499e82a3
Add some supported options to Predis\Client::pipeline().
|
11 years ago |
Daniele Alessandri
|
8068c87e47
Rewrite a good chunk of the classes in the Predis\Pipeline namespace.
|
11 years ago |