QnaList > Groups > Redis-Db > Jul 2015
faq

[redis-db] Trying To Run Redis On Windows 7-Unsuccesfully

Hi i am using virtualbox with windows 7 on-board.
I am trying to run Redis server (downloaded executable installation file 
from GitHub).
When trying to run Redis client i am getting the following error:
Could not connect to Redis at 127.0.0.1:6379: Unknown error
(1.00s)
not connected>
I also cannot run any 'redis' commands in the CLI.
What would you suggest to do?
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

asked Jul 27 2015 at 19:32

Osher Dukarker 's gravatar image



5 Replies for : [redis-db] Trying To Run Redis On Windows 7-Unsuccesfully
What happened when you ran redis-server? Is the server up?
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

answered Jul 28 2015 at 00:17

Marc Gravell 's gravatar image


Hi Marc. thanks for your reply.
I don't think the server is running since I cannot run any redis command on 
CLI.
I don't know also how to run the server. I tought that running the Windows 
Redis client is actually Running the client.
 I am attaching a screenshot for you to make the situation more clear:
http://3.1m.yt/8ECg7w-q-.png
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

answered Jul 28 2015 at 06:26

Osher Dukarker 's gravatar image


An update:
I have launched redis-server.exe on c:/program files/redis and it says the 
server is running. Although still cannot run any Redis commands.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

answered Jul 28 2015 at 08:50

Osher Dukarker 's gravatar image


You need two processes here; the server and the client. If you run the
server (redis-server), you need to *leave that running* while you
(separately) run a client (redis-client). If you are using redis-64 from
nuget/cinst, there are ways to install that as a service, so you don't need
to spawn it separately. I suspect what is happening is that you've run the
server, exited the server, then run a client.
Marc
Regards,
Marc
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

answered Jul 29 2015 at 00:30

Marc Gravell 's gravatar image


Thanks Marc.
I actually did not know how to run the server in the first place.
then I found them both in c:/program files/redis and then  it went well.
By the way- I used the executable version for windows (7) 
(redis_version:2.4.6).
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

answered Jul 29 2015 at 05:43

Osher Dukarker 's gravatar image


Related discussions

Tagged

Group Redis-db

asked Jul 27 2015 at 19:32

active Jul 29 2015 at 05:43

posts:6

users:2

Redis-db

©2013 QnaList.com