retwis/Predis/Connection
antirez c58f935fdc Retwis ported to modern Redis data types.
The example (and related documentation at redis.io) was not updated for
5 years. Redis had no sorted sets and hashes when the original code was
written (!). An update was really needed.

We also use a modern PHP client now: Predis. A copy is shipped within
this repository to make life easier to newcomers trying Redis for the
first time via this example.
2014-05-28 11:08:22 +02:00
..
AbstractConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
AggregatedConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ClusterConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ComposableConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ComposableStreamConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionException.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionFactory.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionFactoryInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionParameters.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionParametersInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
MasterSlaveReplication.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PhpiredisConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PhpiredisStreamConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PredisCluster.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
RedisCluster.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ReplicationConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SingleConnectionInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StreamConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
WebdisConnection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00