Top "Servicestack.redis" questions

ServiceStack.

Failed to start redis.service: Unit redis-server.service is masked

I Installed Redis Server on ubuntu 16.04. but when I try to start the redis service as $ sudo systemctl start redis …

redis ubuntu-16.04 devops servicestack.redis
How to store list element in Redis cache

I have used StackExchange.Redis for c# redis cache. cache.StringSet("Key1", CustomerObject); but I want to store data like …

c# azure redis stackexchange.redis servicestack.redis
How to format ServiceStack Redis connection string

How can I format the below Redis connection string: Connection string: myIP,keepAlive=180,ConnectRetry=30,ConnectTimeout=5000 I started writing a unit …

redis servicestack.redis
How to increase Redis performance when 100% CPU? Sharding? Fastest .Net Client?

Due to massive load increases on our website redis is now struggling with peak load because the redis server instance …

performance redis sharding servicestack.redis stackexchange.redis
Difference between StackExchange.Redis and ServiceStack.Redis

Someone can explain the difference about ServiceStack.Redis and StackExchange.Redis c# libraries?

c# redis stackexchange.redis servicestack.redis
Redis - Loading Dataset is Memory Sport:

We are using Redis for Windows and ServiceStack as client library. We are getting the following memory issue from the …

redis servicestack.redis
How to set a string with TTL with StackExchange.Redis

I'm looking for a way to do a very simple TTL string in Redis: So how do I do the …

redis servicestack.redis
Lua in Redis from JSON

I have a list of JSON strings stored in Redis that looks something like this: [ { "ID": 25, "DomainID": 23455, "Name": "Stuff", "Value": 23 }, { "…

redis lua servicestack.redis
How can I prevent race conditions using Redis?

I used Only Redis as my DB, and my client is ServiceStack.Redis. The thing is, if two concurrent request …

redis servicestack servicestack.redis