Search Criteria
Package Details: phpredis-git 3.1.4RC1.r139.g18d03fd-1
Git Clone URL: | https://aur.archlinux.org/phpredis-git.git (read-only, click to copy) |
---|---|
Package Base: | phpredis-git |
Description: | A PHP extension for Redis |
Upstream URL: | https://github.com/phpredis/phpredis |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dcelasun |
Maintainer: | dcelasun (Skunnyk) |
Last Packager: | dcelasun |
Votes: | 8 |
Popularity: | 0.045298 |
First Submitted: | 2012-03-16 14:10 |
Last Updated: | 2018-04-18 07:56 |
Latest Comments
zjemm commented on 2018-11-20 09:52
is there a reason this one is not in the arch repository?
Skunnyk commented on 2016-10-18 14:39
Thank you, updated :)
dcelasun commented on 2016-10-17 10:56
@Skunnyk: I've added you as a co-maintainer. Go ahead :)
Skunnyk commented on 2016-10-17 10:53
Please update your package to use https://github.com/phpredis/phpredis and branch=php7
And maybe rename it to php-redis-git to follow https://aur.archlinux.org/packages/php-redis ?
I can take care of the package if needed.
francoism commented on 2015-07-09 12:50
Thanks for providing this package. :)
In case anyone has issues with '.. went away' errors if using sockets:
$ cat /etc/redis.conf
..
port 0
..
unixsocket /var/run/redis/redis.sock
unixsocketperm 770
# chown redis:redis /var/run/redis
Restart the service and it should be fine. :)
Placing the .socket file to /tmp (default) didn't work for me.
dcelasun commented on 2014-05-09 14:16
Updated to comply with new makepkg/PKGBUILD features & best practices.