-
```
I have an ASP.NET MVC application hosted in Windows Azure. The data access
layer for this application uses the ServiceStack Redis implementation.
Each MVC controller has an instance of a DataSer…
-
When this project was started, an SQL database was selected to allow hosting on a variety of platforms. Now that we've locked ourselves into a single database (PostgreSQL), that advantage has largely …
-
Redis supports millisecond timeouts on `SET` with `PX`, but `BLPOP` understands only integer seconds. This is still achievable by using publish/subscribe with a bit more hustle.
-
```
The server (x86_64) has plenty of memory ~ 7.5GB out which Redis uses very
little ~480MB.
The first time I had this issue was running 1.2.1 and it still occurs with
1.2.6.
Whenever the "lockin…
-
The following [session handlers](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation/Session/Storage/Handler):
- MemcachedSessionHandler
- MemcacheSessionHandler
- Mong…
vicb updated
6 months ago
-
https://github.com/redis/redis/pull/7644 introduced Redis monotonic clock, a cross-platform unified clock source for Redis. The clock is low overhead (measured
-
The Mail-Funnel builder needs a few pieces of engineering to verify data integrity. There are a few aspects to this.
- We need a semaphore lock on the App whenever the data is being modified. This is…
-
### Expected behaviour
Load the video only for the part to be played.
### Actual behaviour
Read all files the moment you play.
### Steps to reproduce
Play the video in your browser.
##…
-
It shouldn't. We can also use redis for session / cache handling, so this should be split out.
-
I am currently debugging the following situation, for which I have not been able to create a reproducible situation in a testing environment, mostly due to time contraints. I am posting what I know no…