redisclient Questions
4
Solved
I am using Redis hash set to store data in the following format:
hset b1.b2.b3 name test
Now I want to delete this key so I am using the following format:
del b1.b2.*
But it not working so how I ...
Psychotic asked 31/1, 2021 at 19:32
0
I am running redis client (redis-cli) on Windows 7 command prompt. I am storing data in my redis cache through my Spring Boot Java application in JSON serialized form. When I print data using GET &...
Snapdragon asked 29/6, 2020 at 14:35
3
I installed Redis on Ubuntu 16.04. I couldn't find Redis directory nor redis.conf file (tried with: sudo find redis.conf).
My application depends on some data pulled from third party APIs. I store...
Revulsion asked 14/5, 2017 at 21:12
0
I was given a Redis server that is set up remotely.
I can access data in that and I can do CRUD operation with that server.
But I want the replica of the same database in my local.
I have Redis de...
Myers asked 20/6, 2017 at 6:36
2
I'm using the ServiceStack Redis Client and I was hoping that I could get a clarification on what might cause the following error ... "Unable to Connect: sPort: 50071"? I'm using the "PooledRedisCl...
Unrequited asked 28/8, 2013 at 19:51
1
Solved
I hate the questions that have "Not Enough Info". So I will try to give detailed information. And in this case it is code.
Server:
64 bit of https://github.com/MSOpenTech/redis/tree/2.6/bin/relea...
Welkin asked 23/10, 2013 at 14:32
1
© 2022 - 2024 — McMap. All rights reserved.