Linked Questions
23 questions linked to/from How do I run Redis on Windows?
6
votes
2
answers
27k
views
redis server for windows with use for python3 [duplicate]
So i have a linux server that i use to run a program on, and i like to use windows to code on it as well. up until now i was using json to store and retrieve key,value information from text files. a ...
0
votes
0
answers
133
views
How to install Redis on Windows 10 pc [duplicate]
I am currently experimenting with Minecraft servers on a Windows 10 machine. I wish to use Redis/Jedis to communicate between bungee cord servers. The download at redis.io/downloads is a compressed ...
52
votes
16
answers
106k
views
Stop redis server. Neither shutdown nor stop works
I want to stop the redis server and it just keeps going and going. I am using redis-2.6.7
Check that it is running:
redis-server
It says "...bind: Address already in use" so it is already running.
...
21
votes
10
answers
32k
views
Redis Installation fails with "Newer version of jemalloc required" when running make command
Redis installation on RHEL fails when running make command. Below is the output
cd src && make all
make[1]: Entering directory `/root/Downloads/redis-3.2.0/src'
CC adlist.o
In file ...
30
votes
6
answers
53k
views
install redis as windows service
I've just installed redis on windows with MSOpenTech port. Everything is fine but the windows service. In order to run cmd, I need to create Redis command line arguments which I don't know how to ...
12
votes
5
answers
9k
views
is Redis stable on Windows?
This afternoon, I used python script to test the performance of Redis on Windows.
It worked normally when the number of threads was only 10, but some exceptions occured when the number of threads ...
5
votes
3
answers
12k
views
Which is the "official" Redis port for Windows?
I'm a little confused about which Redis port is the "official" Windows port. I know that there is no truly official Windows port, as there is none on Redis.io. However, I have discovered two different ...
2
votes
2
answers
4k
views
Launch of Redis server on windows. The window closes itself
I am trying to run the Redis server on Windows. It seems to me that it performs all the steps according to the suggestions in this topic.
But I do not see this window:
In my situation, after ...
0
votes
3
answers
3k
views
use redis as a database using nodeJS
I use 'redis' module in my app. But it's throw error.
My code is following -
//app.js
var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
var ...
2
votes
2
answers
4k
views
CodeIgniter store PHP session in Redis
I'm following an article to save PHP sessions in Redis rather than the filesystem (so I can share session with node.js)
I understand how session_set_save_handler works but i'm confused on how to set ...
1
vote
1
answer
3k
views
Redis service is not run automatically
I installed redis service on Windows Server 2012. It is in task manager but it stopped & I can't run it.
It works if I start redis-server.exe file manually.
What I can do to make it work ...
2
votes
1
answer
1k
views
How to share a cached data between the application running in separate application domain?
Basically, I have two separate applications lets they be AppA and AppB. I have implemented the cache feature available in
"Microsoft.Practices.EnterpriseLibrary.Caching.dll" and "Microsoft....
0
votes
6
answers
2k
views
Where can i get redis installation for window?
I searched online and I found a very outdated redis-windows version https://github.com/rgl/redis/downloads from a stackoverflow answer How do I run Redis on Windows?
Can anyone point me to where can ...
0
votes
1
answer
2k
views
PHP worker (Multiple processes and/or threads)
I'm trying to fetch statistical data from a web service. Each request has a response time of 1-2 seconds and I've to submit the request for thousands of IDs, one at a time. All requests would sum up ...
0
votes
0
answers
2k
views
Redis server not starting on windows 10
I have to use redis so that in django i can have channels_redis. Problem is, the server doesnt run. Im not sure why, im new to this.
when i use this command:
>redis-server redis.windows.conf
[11428]...