Redis running on Windows
Questions tagged [redis-windows]
3 questions
4
votes
1 answer
Starting Redis on Windows failing
I'm trying to start Redis on Windows 10. When I run redis-server.exe I get the following message though:
C:\Program Files\Redis>redis-server.exe
[4680] 01 Jun 19:57:30.844 #
The Windows version of Redis allocates a memory mapped heap for sharing…

BanksySan
- 27,362
- 33
- 117
- 216
2
votes
0 answers
redis-cli command not working as expected on windows machine
I am using a redis-cli command to bulk insert data and save response to a file using
cat file.txt | redis-cli -h 192.168.100.28 --pipe >result.txt
on windows
type file.txt | redis-cli -h 192.168.100.28 --pipe >result.txt
Then on Linux i can see…

uddi baba
- 135
- 2
- 13
1
vote
1 answer
c# ServiceStack Redis Clients grown up suddenly and get max number of clients reached
im using redis with servicestack.
i get client with this code :
public RedisClient GetClient()
{
RedisManagerPool redisManager = new RedisManagerPool();
RedisClient client =…

Vahid Hossein Pour
- 76
- 3