Skip to content

Commit e4d0fd5

Browse files
authored
Merge pull request #59 from cheprasov/update
Update for v4.0.6
2 parents a04f543 + 76afdf7 commit e4d0fd5

File tree

185 files changed

+211
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+211
-185
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Alexander Cheprasov <[email protected]>
1+
Copyright (c) 2015 Alexander Cheprasov <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "Alexander Cheprasov",
11-
"email": "[email protected]"
11+
"email": "[email protected]"
1212
}
1313
],
1414
"autoload": {

examples/clusters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/create_new_instance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/monitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/pipeline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/pubsub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/raw_commands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

examples/transactions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of RedisClient.
44
* git: https://github.com/cheprasov/php-redis-client
55
*
6-
* (C) Alexander Cheprasov <[email protected]>
6+
* (C) Alexander Cheprasov <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)