Linked Questions

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 ...
user3723955's user avatar
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 ...
Ed_Silver's user avatar
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. ...
user984003's user avatar
  • 29.5k
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 ...
Vijay's user avatar
  • 1,566
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 ...
user3925697's user avatar
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 ...
redice's user avatar
  • 8,727
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 ...
LandonC's user avatar
  • 899
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 ...
Maddie Graham's user avatar
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 ...
Aditya Gupta's user avatar
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 ...
aaa's user avatar
  • 73
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 ...
Akmal Salikhov's user avatar
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....
ShresthaGanesh's user avatar
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 ...
airsoftFreak's user avatar
  • 1,590
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 ...
root66's user avatar
  • 607
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]...
Bryar's user avatar
  • 131

15 30 50 per page