-
as seen on Super User
- Search for 'Super User'
I'm trying to launch redis-server as a user (called redis) via Upstart. My /etc/init/redis-server.conf looks like this:
description "redis server"
start on runlevel [23]
stop on shutdown
exec sudo -u redis /usr/local/bin/redis-server /var/lib/redis/redis.conf
Looks good, right? I start redis-server…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
The redis but usually begins with the following errors:
tyler @ tyler-vortex: ~ / pens $. / src / redis-server
[3690] Dec 01 10:56:05 # Warning: the specified config file, using the default config. In order to Specify a config file use 'redis-server / path / to / redis.conf'
[3690] Dec 01 10:56:05…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Ubuntu 10.04.2, Redis 2.0.3 (more details at the end of the question).
My AOF file for Redis is getting too large, to the point where it soon would threaten to take whole free disk space on my small-HDD VPS box:
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Trying to complete instructions for Resque/Redis installation here:
https://github.com/defunkt/resque/blob/master/README.markdown
Am stuck at where I'm trying to start up Redis via Resque at the following command:
Craig:/usr/local/src/resque$ rake redis:start
(in /usr/local/src/resque)
Detach…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having a runtime errror when i'm looking at the "workers" tab on resque-web (localhost). Everything else works.
Edit: when this error occurs, i also have some (3 or 4) unknown workers 'not working'. I think they are responsible for the error but i don't understand how they got here
Can you help…
>>> More