Daniele Alessandri
|
559853bdd5
|
Move some classes and interfaces in other namespaces.
|
2012-07-26 22:37:31 +02:00 |
|
Daniele Alessandri
|
dc14c29676
|
Rename certain namespaces, interfaces and classes.
Now we follow a Symfony2-like naming convention for namespaces, interfaces
and classes sticking with one clear rule.
- Renamed namespaces:
- Predis\Network
- Predis\Profiles
- Predis\Iterators
- Predis\Options
- Predis\Commands
- Predis\Commands\Processors
- Renamed interfaces:
- Predis\IReplyObject
- Predis\IRedisServerError
- Predis\IConnectionFactory
- Predis\IConnectionParameters
- Predis\Options\IOption
- Predis\Options\IClientOptions
- Predis\Profile\IServerProfile
- Predis\Pipeline\IPipelineExecutor
- Predis\Distribution\INodeKeyGenerator
- Predis\Distribution\IDistributionStrategy
- Predis\Protocol\IProtocolProcessor
- Predis\Protocol\IResponseReader
- Predis\Protocol\IResponseHandler
- Predis\Protocol\ICommandSerializer
- Predis\Protocol\IComposableProtocolProcessor
- Predis\Network\IConnection
- Predis\Network\IConnectionSingle
- Predis\Network\IConnectionComposable
- Predis\Network\IConnectionCluster
- Predis\Network\IConnectionReplication
- Predis\Commands\ICommand
- Predis\Commands\IPrefixable
- Predis\Command\Processor\ICommandProcessor
- Predis\Command\Processor\ICommandProcessorChain
- Predis\Command\Processor\IProcessingSupport
- Renamed Classes:
- Predis\Commands\Command
- Predis\Network\ConnectionBase
- Classes moved to different namespaces:
- Predis\MonitorContext
Meh
|
2012-01-31 18:19:18 +01:00 |
|
Daniele Alessandri
|
0fee0c6d97
|
Remove the underscore prefix for names of private/protected fields.
|
2011-11-25 14:17:11 +01:00 |
|
Daniele Alessandri
|
2f23fb03f0
|
Apply minor changes to the rest of the examples.
|
2011-10-22 11:07:25 +02:00 |
|
Daniele Alessandri
|
9608a97469
|
Add a license header to PHP files.
|
2011-10-18 16:41:46 +02:00 |
|
Daniele Alessandri
|
20d872a306
|
Apply some coding style changes.
|
2011-10-18 15:51:55 +02:00 |
|
Daniele Alessandri
|
b5a1ba9795
|
Minor code and formatting changes for the example files.
|
2011-04-25 14:22:34 +02:00 |
|
Daniele Alessandri
|
afd78b49a6
|
Update README and samples.
|
2011-03-18 15:45:27 +01:00 |
|
Daniele Alessandri
|
30bc53ee75
|
Rename method ICommand::getCommandId() to ICommand::getId().
|
2011-03-04 19:37:10 +01:00 |
|
Daniele Alessandri
|
0d5fb3319d
|
Move Predis\Command and Predis\ICommand to the Predis\Commands namespace.
|
2011-03-04 19:21:41 +01:00 |
|
Daniele Alessandri
|
5431af0c4b
|
Update examples to the new connection API design.
|
2011-03-02 10:11:58 +01:00 |
|
Daniele Alessandri
|
3b2681f2c8
|
Move some classes in new namespaces and refactor some code.
|
2011-01-08 00:45:46 +01:00 |
|
Daniele Alessandri
|
b3ea36f3fa
|
Add a new example.
|
2010-09-18 18:54:57 +02:00 |
|