Daniele Alessandri
8029faf72a
[tests] Add PHP 5.7 to Travis CI configuration.
2015-07-07 13:23:09 +02:00
Daniele Alessandri
e2c08cfe88
Minor tweak in .editorconfig file.
...
[ci skip]
2015-07-06 18:42:41 +02:00
Daniele Alessandri
3b31b91ad8
Commit .editorconfig file.
...
See http://editorconfig.org for more info about EditorConfig
[ci skip]
2015-07-06 18:39:28 +02:00
Daniele Alessandri
7a984e7b76
Fix wrong phpdoc.
...
Thanks @Aliance for spotting this oversight.
2015-07-03 12:12:39 +02:00
Daniele Alessandri
33e6ee2e48
[tests] Implement test for #257 to guard against regressions.
2015-07-03 12:01:47 +02:00
Daniele Alessandri
c577c20481
Merge remote-tracking branch 'github/pr/258'
2015-07-03 11:05:42 +02:00
Dominic Scheirlinck
6fbe2d5fa3
Don't check for __invoke on non-objects
...
`method_exists` will cause autoloading for strings. Fixes #257
2015-06-16 15:55:20 +12:00
Daniele Alessandri
b8decc75a8
Update CHANGELOG.
...
[ci skip]
2015-01-02 14:37:26 +01:00
Daniele Alessandri
32774c925a
Bump year in LICENSE.
...
[ci skip]
2015-01-02 13:44:54 +01:00
Daniele Alessandri
216795e475
Update CHANGELOG.
...
[ci skip]
2015-01-02 13:43:29 +01:00
Daniele Alessandri
08129999f8
Merge remote-tracking branch 'srhnsn/v1.0'
2015-01-02 13:33:40 +01:00
Daniele Alessandri
0400d7b581
Merge remote-tracking branch 'blocktrail/hhvm-pubsub-blockingread-test-v1.0'
2015-01-02 13:00:38 +01:00
Daniele Alessandri
08fd312fb5
Temporarily allow failures for HHVM on Travis-CI.
...
[ci skip]
2015-01-02 12:57:45 +01:00
Daniele Alessandri
c1e641e356
No need to access a private field used by PHPUnit.
...
Fixes #207 .
2015-01-02 12:23:16 +01:00
Daniele Alessandri
e9264bb087
Add minimum required Redis version for BITPOS integration tests.
2015-01-02 12:12:47 +01:00
Daniele Alessandri
1e774f4686
Apply minor CS fixes and trim spurious spaces.
2015-01-02 12:12:23 +01:00
Daniele Alessandri
a0db60e9ce
Merge remote-tracking branch 'nicchap/v1.0'
...
Conflicts:
VERSION
package.ini
src/Client.php
2015-01-02 12:09:23 +01:00
nicchap
d2f7903724
Updated bitpos position
2014-12-20 23:39:56 -05:00
nicchap
0e2b7603a5
Updated test cases
...
1) updated command sequence profiles
2) fixed exception test syntax error
3) Installed PHPUnit locally and successfully ran test.
2014-12-20 12:12:04 -05:00
nicchap
3eb053a08c
Missing updates for BITPOS command
...
Added BITPOS command to test profiles.
2014-12-20 00:13:41 -05:00
Ruben de Vries
f3748e45ef
added (failing on HHVM) test for pubsub with read_write_timeout=-1
2014-12-19 11:40:59 +01:00
nicchap
a1977c1b61
Edited typos
...
Changed redeclaration error and added single return
2014-12-18 12:15:54 -05:00
nicchap
5a02204833
Added BitPos command
...
Added BitPos command
2014-12-18 11:09:00 -05:00
Serhan Şen
beb6c28c65
Apply read_write_timeout to Unix socket connections.
2014-12-16 20:40:13 +01:00
Daniele Alessandri
8255003de8
[tests] Test serialization of redis-cluster connection with @medium.
...
Serializing an instance of a redis-cluster connection with its nodes
can take more than 1 seconds on extremely slow hardware.
See issue #220 for reference.
2014-11-07 14:28:44 +01:00
Daniele Alessandri
5f3723bbd1
[tests] Use round() to avoid issues with floats on certain plaforms.
...
See issue #220 on GitHub for reference.
2014-11-07 14:28:09 +01:00
Daniele Alessandri
28accc93f0
[tests] Test serialization of redis-cluster connection with @medium.
...
Serializing an instance of a redis-cluster connection with its nodes
can take more than 1 seconds on extremely slow hardware.
See issue #220 for reference.
2014-11-07 14:24:35 +01:00
Daniele Alessandri
381ca99696
[tests] Use round() to avoid issues with floats on certain plaforms.
...
See issue #220 on GitHub for reference.
2014-11-07 14:19:08 +01:00
Daniele Alessandri
54d467e530
Add missing doc for zincrby in ClientContextInterface.
...
[ci skip]
2014-10-26 10:28:56 +01:00
Daniele Alessandri
dc984ca60d
Add missing doc for zincrby in ClientContextInterface.
...
[ci skip]
2014-10-26 10:28:33 +01:00
Daniele Alessandri
73a06234a4
Apply minor fix to .travis.yml.
2014-10-26 10:25:19 +01:00
Daniele Alessandri
6db2ca38c2
Apply minor fix to .travis.yml.
2014-10-26 10:23:50 +01:00
Daniele Alessandri
330fb41bdc
Update CHANGELOG.
...
[ci skip]
2014-10-25 17:54:22 +02:00
Daniele Alessandri
beb9a5e799
Update CHANGELOG.
...
[ci skip]
2014-10-25 17:53:40 +02:00
Daniele Alessandri
5e24d85c8a
Fix E_NOTICE emitted on empty response to INFO [section].
...
Empty responses can be returned when requesting an unsupported section
with the INFO command.
2014-10-25 17:46:34 +02:00
Daniele Alessandri
e2f4357ca3
Fix E_NOTICE emitted on empty response to INFO [section].
...
Empty responses can be returned when requesting an unsupported section
with the INFO command.
2014-10-25 17:45:00 +02:00
Daniele Alessandri
24e19a9b76
Fix bug in ZSCAN-based iterator when sorted sets have integer members.
...
When iterating a sorted set containing integer members, our iterator
abstraction based on ZSCAN was always returning "0" as a member value
after the first $member => $score pair because of a wrong assumption
on how the PHP function array_shift() (used internally to advance to
the next pair in our buffered response to ZSCAN) works.
Fixes #216 .
2014-10-21 11:58:11 +02:00
Daniele Alessandri
dc2cb3c639
Fix bug in ZSCAN-based iterator when sorted sets have integer members.
...
When iterating a sorted set containing integer members, our iterator
abstraction based on ZSCAN was always returning "0" as a member value
after the first $member => $score pair because of a wrong assumption
on how the PHP function array_shift() (used internally to advance to
the next pair in our buffered response to ZSCAN) works.
Fixes #216 .
2014-10-21 11:57:43 +02:00
Daniele Alessandri
54c8a1ee9b
[tests] Relax checks on invalid expire time messages.
...
Previously there was a bug in Redis that returned the wrong command
in -ERR messages when passing an invalid expire time with SETEX and
PSETEX. Now that the bug has been fixed and that travis-ci uses a an
updated version of Redis, our test suite turned red.
2014-10-21 11:23:19 +02:00
Daniele Alessandri
d09c4f32f3
[tests] Relax checks on invalid expire time messages.
...
Previously there was a bug in Redis that returned the wrong command
in -ERR messages when passing an invalid expire time with SETEX and
PSETEX. Now that the bug has been fixed and that travis-ci uses a an
updated version of Redis, our test suite turned red.
2014-10-21 11:16:55 +02:00
Vitaly Chirkov
ed1e541dc6
Add missing doc for zincrby in ClientInterface
2014-10-21 11:10:05 +02:00
Daniele Alessandri
ffdb17dacc
Merge remote-tracking branch 'github/pr/218' into v1.0
2014-10-21 11:08:47 +02:00
Daniele Alessandri
cc51db9009
Connection parameters are not the focus of the client options example.
2014-10-21 11:05:36 +02:00
Jordi Boggiano
a123ae9159
Add example for client config
2014-10-21 11:05:08 +02:00
Daniele Alessandri
488c17f8bd
Merge branch 'github/pr/217' into v1.0
2014-10-21 10:56:18 +02:00
Daniele Alessandri
e18192474a
Connection parameters are not the focus of the client options example.
2014-10-21 10:53:52 +02:00
Vitaly Chirkov
a3300949fc
Add missing doc for zincrby in ClientInterface
2014-10-19 00:39:57 +04:00
Jordi Boggiano
7004a9fd93
Add example for client config
2014-10-10 17:20:11 +01:00
Daniele Alessandri
0533b50c6b
Add hhvm-nightly as a testing environment on Travis CI.
2014-09-05 11:03:03 +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