Redis not working with the .msi installer in windows machine

73 views
Skip to first unread message

Kiran Naga

unread,
Jun 6, 2017, 7:15:27 AM6/6/17
to Redis DB
Hi,

I am new to redis, just installed. Not able to run the redis-server and use it. And i dont have visual studio installed in my maching can anybody help in this, 
1. How to install.
2. how to run redis sever.
3. how to run redis client.
4. start on
in the windows machine....

Marc Gravell

unread,
Jun 6, 2017, 4:53:41 PM6/6/17
to redi...@googlegroups.com
note that the msi installer is redis-64, aka the windows port; support on that is patchy since the department they was doing that no longer exists.

Frankly, if you're using redis on Windows for local dev purposes, IMO the easiest way to do that is to use the Windows Subsystem for Linux on Windows 10 (aka "bash on Ubuntu on Windows", although more flavors than Ubuntu will be available very soon). This lets you use the exact same instructions as for "regular" redis on Linux, because *it is*. It also means you can use 4.* etc features.

But let's assume you can't use that for some reason...

If you have installed it as a service, check your services list. If there's a redis one: start it. Then run "redis-cli" at the command line. If you haven't installed it as a service, then: run "redis-server" at the command line. If these tools don't work, I blame the MSI. I always use cinst for this, i.e. "cinst redis-64" (job done).

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 redis-db+unsubscribe@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

Itamar Melamed

unread,
Jun 6, 2017, 5:49:08 PM6/6/17
to Redis DB
Hi,

you can download and install the MSI from here 
there are plenty of YouTube step by step videos you can see.

Enjoy....
Reply all
Reply to author
Forward
0 new messages