Till Krüss
a2fb02d738
bump version to 1.1.10 stable
2022-01-05 09:46:08 -08:00
Till Krüss
b3cd02e2ba
back to dev
2021-10-05 12:03:21 -07:00
Till Krüss
4aa3014bb0
tag 1.1.9
2021-10-05 11:55:45 -07:00
Till Krüss
c4560304cf
back to dev version
2021-09-29 10:50:22 -07:00
Till Krüss
cf5c118a07
tag 1.1.8
...
tests pass locally PHP 8.1.0RC4-dev
2021-09-29 10:48:39 -07:00
Alexander M. Turek
9cd093be24
Add ReturnTypeWillChange ( #706 )
2021-08-05 11:02:38 -07:00
Till Krüss
3271e1edcb
back to dev
2021-04-04 12:51:10 -07:00
Till Krüss
b240daa106
tag v1.1.7
2021-04-04 12:34:46 -07:00
Nicolas Grekas
c551fc21f9
Add some return types
2021-02-04 12:06:26 +01:00
Daniele Alessandri
fbbef2a0a2
Back to development.
2020-09-11 21:20:11 +02:00
Daniele Alessandri
9930e933c6
Update CHANGELOG and bump VERSION.
2020-09-11 21:18:05 +02:00
Daniele Alessandri
9e5371f5ce
Back to development.
...
[ci skip]
2020-09-10 15:40:46 +02:00
Daniele Alessandri
8ca99f91e4
Update CHANGELOG and bump VERSION (v1.1.5)
2020-09-10 15:35:23 +02:00
Daniele Alessandri
f225c55a01
Back to development.
...
[ci skip]
2020-08-31 12:39:52 +02:00
Daniele Alessandri
8be2418f01
Update CHANGELOG and bump VERSION (v1.1.4)
2020-08-30 00:15:08 +02:00
Daniele Alessandri
2a932d7292
Merge remote-tracking branch 'github/pr/556' into v1.1
2020-08-23 17:47:26 +02:00
Daniele Alessandri
0a6306b73e
Back to development.
2020-08-23 17:46:12 +02:00
Peter Gribanov
4363345f7c
iterate not iterable connections #552
2020-08-23 15:00:22 +03:00
Till Krüss
2ce537d75e
bump version to v1.1.3
2020-08-18 14:00:59 -07:00
Till Krüss
82eb18c6c3
bump version to 1.1.2
2020-08-11 10:28:15 -07:00
Daniele Alessandri
2d4377fc81
Back to development.
2016-06-18 21:37:42 +02:00
Daniele Alessandri
f0210e3888
Update CHANGELOG and bump VERSION.
2016-06-16 18:22:20 +02:00
Daniele Alessandri
1ad0effb0a
Merge remote-tracking branch 'github/pr/343'
2016-06-13 15:21:26 +02:00
Daniele Alessandri
0607d84d0c
Back to development.
2016-06-13 15:20:48 +02:00
orvice
a1ee7b68ef
fix typos
...
possibile -> possible
indentify -> identify
publis -> publish
2016-06-12 16:27:14 +08:00
Daniele Alessandri
0e17edbefb
Update CHANGELOG and bump VERSION.
2016-06-02 00:06:21 +02:00
Daniele Alessandri
ecab7e4642
Implement IteratorAggregate interface for Client.
...
Now it is possible to iterate over traversable aggregate connections
and get a key/value pair of $connectionId => $clientInstance for each
node.
2016-06-01 12:33:20 +02:00
Daniele Alessandri
7664f1f29b
Improve client configuration for redis-sentinel.
...
Predis\Client now requires a list of connection parameters pointing to
sentinel instances and mandatory options "replication" and "service" set
respectively to "sentinel" and the chosen name for the master instance.
$sentinels = ['tcp://127.0.0.1:5381', 'tcp://127.0.0.1:5382'];
$options = ['replication' => 'sentinel', 'service' => 'mymaster'];
$client = new Predis\Client($sentinels, $options);
Despite being nice and clean on the outside I am not really fond of the
code being used internally to make this kind of configuration possible.
Improvements in this respect would require a few breaking changes (not
even an option for a minor release) so things will change for the good
with Predis 2.0.
2016-05-10 14:19:05 +02:00
Daniele Alessandri
6cce9eb35c
Run php-cs-fixer.
2015-07-25 18:37:10 +02:00
Daniele Alessandri
8dd9893a2f
Run php-cs-fixer with new configuration.
2015-07-24 23:17:02 +02:00
Daniele Alessandri
7282ca2b52
Remove unneeded "use" imports.
2015-07-24 21:25:40 +02:00
Daniele Alessandri
6590c44a27
Run php-cs-fixer against codebase in src/ and tests/.
2015-07-24 18:04:42 +02:00
Daniele Alessandri
7a984e7b76
Fix wrong phpdoc.
...
Thanks @Aliance for spotting this oversight.
2015-07-03 12:12:39 +02:00
Daniele Alessandri
76ee6a2f24
Merge remote-tracking branch 'github/pr/208'
...
Conflicts:
README.md
composer.json
2014-09-05 11:01:47 +02:00
Thibaud BARDIN
0fc5c5ee77
[phpdoc] Fix missing throws of phpdoc headers.
2014-08-09 23:14:45 +02:00
Daniele Alessandri
65c2f4bc4f
Back to development.
...
[ci skip]
2014-08-08 13:57:05 +02:00
Daniele Alessandri
d4be306d0a
... and here comes Predis v1.0.0!
2014-08-01 11:59:50 +02:00
Daniele Alessandri
fbb0236840
Apply minor code-styling changes.
2014-07-30 15:30:02 +02:00
Daniele Alessandri
df653a7c00
Minor code styling and phpdoc changes.
2014-07-28 12:04:07 +02:00
Daniele Alessandri
45e351be79
[phpdoc] Fix formatting of phpdoc headers.
2014-07-27 23:59:37 +02:00
Daniele Alessandri
dbfc1a74ba
More random fixes after inspection.
2014-07-27 23:06:17 +02:00
Daniele Alessandri
30254a2594
[phpdoc] Various phpdoc fixes.
2014-07-27 21:57:13 +02:00
Daniele Alessandri
f372029cfc
Fix code smells.
2014-07-27 20:13:24 +02:00
Daniele Alessandri
7d78600506
Add phpdocs for Redis commands in Predis\ClientInterface.
...
This commit addresses a long-standing feature request posted in #89 .
2014-07-23 16:01:11 +02:00
Daniele Alessandri
0ee5233f4f
Promote __call() method to Predis\ClientInterface.
2014-07-23 15:18:09 +02:00
Daniele Alessandri
029822fe22
Move source files from "lib/" to "src/".
2014-07-14 18:04:18 +02:00