Artur Kotyrba
|
650d6a07e0
|
Fixed method and class name
|
2011-04-25 23:39:05 +02:00 |
|
Daniele Alessandri
|
880d2d24b9
|
Add the ability to get a connection out of a cluster using a key.
|
2011-04-24 11:13:33 +02:00 |
|
Daniele Alessandri
|
db95350c37
|
Reorganize the Predis\Protocols namespace.
|
2011-04-06 17:52:39 +02:00 |
|
Daniele Alessandri
|
86df741937
|
Rename Predis\Utils to Predis\Helpers.
|
2011-04-05 16:37:36 +02:00 |
|
Daniele Alessandri
|
4ea8489110
|
Differentiate communication exceptions between connection and protocol exceptions.
|
2011-04-05 15:59:21 +02:00 |
|
Daniele Alessandri
|
9954bd5a12
|
Share more code between connection classes.
|
2011-04-04 17:17:14 +02:00 |
|
Daniele Alessandri
|
7146a32f6d
|
Fix the phpiredis-based connection class.
|
2011-04-04 11:57:47 +02:00 |
|
Daniele Alessandri
|
4c84eb181b
|
Minor changes for Predis\Network\StreamConnection.
|
2011-04-04 11:20:12 +02:00 |
|
Daniele Alessandri
|
503cc86f7d
|
Move method to the base Predis\Network\ConnectionBase class.
|
2011-04-04 10:37:53 +02:00 |
|
Daniele Alessandri
|
9c0012837a
|
Return the path of the file as the identifier for connections based on UNIX domain sockets.
|
2011-04-03 10:12:28 +02:00 |
|
Daniele Alessandri
|
3f720ad867
|
Add the new Predis\IConnectionParameters interface.
|
2011-03-31 15:12:52 +02:00 |
|
Daniele Alessandri
|
de1a183315
|
Do some micro-optimizations to reduce the overhead of creating client instances.
|
2011-03-28 23:25:37 +02:00 |
|
Daniele Alessandri
|
4e0e1908cd
|
Minor speed optimizations.
|
2011-03-23 23:27:05 +01:00 |
|
Daniele Alessandri
|
930a1096e1
|
Refactor the key hashing logic for Redis commands.
|
2011-03-23 22:58:49 +01:00 |
|
Daniele Alessandri
|
ceca866158
|
Remove Predis\Network\IConnectionSingle::setProtocolOption() for now.
|
2011-03-20 10:47:30 +01:00 |
|
Daniele Alessandri
|
665e428366
|
Give up on some core reusing practices in favor of execution speed and memory usage.
|
2011-03-20 10:07:40 +01:00 |
|
Daniele Alessandri
|
82759cd6ec
|
Change how parameters are handled internally.
|
2011-03-10 16:30:00 +01:00 |
|
Daniele Alessandri
|
995de40734
|
Fix Predis\Network\PhpiredisConnection.
|
2011-03-06 16:20:37 +01:00 |
|
Daniele Alessandri
|
190b687789
|
Change how network resources are handled internally and also exposed to subclasses.
|
2011-03-06 14:45:59 +01:00 |
|
Daniele Alessandri
|
3f8b639e2b
|
Change StreamConnection in order to disable read/write timeouts when the value of 'read_write_timeout' is also equal to 0.
|
2011-03-06 11:03:53 +01:00 |
|
Daniele Alessandri
|
7bef3abf91
|
Change the code for the initialization of the phpiredis reader resource.
|
2011-03-06 09:55:22 +01:00 |
|
Daniele Alessandri
|
3681c1e622
|
Clustered connections should use IConnectionSingle::executeCommand() to execute commands internally.
|
2011-03-05 10:52:31 +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
|
6abac4590d
|
Rename protocol interfaces.
|
2011-03-04 17:00:23 +01:00 |
|
Daniele Alessandri
|
d077aa67db
|
Remove since it generates overhead for nothing really useful.
|
2011-03-04 13:05:28 +01:00 |
|
Daniele Alessandri
|
21c959a451
|
Fix namespacing issues with Predis\ClientException.
|
2011-03-04 11:58:07 +01:00 |
|
Daniele Alessandri
|
33ffca23a0
|
Check if the socket extension is loaded.
|
2011-03-02 15:16:49 +01:00 |
|
Daniele Alessandri
|
6fada0c35c
|
Add some notes.
|
2011-03-02 15:00:52 +01:00 |
|
Daniele Alessandri
|
99129fbf91
|
Implement a new Predis\Network\PhpiredisConnection class that internally uses phpiredis.
|
2011-03-02 12:28:42 +01:00 |
|
Daniele Alessandri
|
89c311d0de
|
Complete redesign of the network connection API, it should make much more sense now.
|
2011-03-02 10:02:29 +01:00 |
|
Daniele Alessandri
|
9fcdc73499
|
Fix a couple of namespacing issues with client exceptions in connection classes (ISSUE #24).
|
2011-02-26 23:19:13 +01:00 |
|
Jordi Boggiano
|
30f908cd85
|
Convert monolithic one-file-lib to a proper PSR-0 file tree
|
2011-02-21 14:17:57 +01:00 |
|