-
We want to use a DSL supporting EL to delete (DEL, SREM) and write data (SADD) to Redis, similar to a Redis feeder.
The motivation to use the Redis feeder this way is that we often use Redis to writ…
-
Hello,
is it possible to compile/run Redis on cygwin ?
I'm on Win7 64 bits.
I tried to launch make command but it fails with both Redis versions 3.0.7 & 3.2.4 :
Error for 3.2.4:
_LINK redis-serv…
ghost updated
4 years ago
-
I have a simple app which
- launches a main with `asyncio.run(main())`
- in that main, creates a client with `redis = aioredis.from_url(...)` (using SSL)
- does some things with the client
- shuts…
egnor updated
2 years ago
-
Example in aspire repo:
https://github.com/dotnet/aspire/blob/4c91f09e9c7f84e73eca6932f550475309155abd/tests/Aspire.Hosting.Redis.Tests/AddRedisTests.cs#L96-L120
```csharp
[Fact]
public async…
-
Example in aspire repo:
https://github.com/dotnet/aspire/blob/4c91f09e9c7f84e73eca6932f550475309155abd/tests/Aspire.Hosting.Redis.Tests/AddRedisTests.cs#L96-L120
```csharp
[Fact]
public async…
-
### Questions
Getting RuntimeException "java.lang.RuntimeException: Multi is a Map" while HGETALL with redis-server version 6.2.5.
Same is code is working with redis-server version "3.2.6".
###…
-
For me the most challenging type while implementing RESP in JS was arrays. The input comes as an event with partial data without knowing when the array ends. It would be great to know the actual size …
-
```
I have not found any forum to ask, so I'll ask here.
We have site with highload usage (300K+ visitors day).
We want to use redis to store statistics data.
Now I have problem with multi simultaneou…
-
the old direct-to-master TCP replication protocol has been deprecated since [Synapse 1.18.0](https://github.com/matrix-org/synapse/blob/7fe7c454380a39a295aa77e75ab460975e9eb6a9/CHANGES.md#tcp-based-re…
-
If we have a message bus available, we should have a defined interface to interact with the bus.
# Redis - As message bus
Each workload is an hash
`hset uperf status "0|1|2"`
0 - Complete
1…