CY
CY
When I was trying to insert a large size of string into oracle clob type, I will see exception : Specified argument was out of the range of valid values.
 
[Sharded Pub/Sub](https://redis.io/docs/interact/pubsub/#sharded-pubsub) From Redis 7.0, sharded Pub/Sub is introduced in which shard channels are assigned to slots by the same algorithm used to assign keys to slots. A shard message...
we trying to load test our bi-directional streaming rpc call. but we encountered unexpected disconnection.  from client side, it shows the error, internal_error 0x2  from server log, it...
### Observed behavior try to stress test nats, by sending 1000 msg/s each thread, with 1 - 100 different number of threads, when threads go higher, this situation happens more...
It is weird that we keep hiting this error. > No connection is active/available to service this operation: XADD I have no issue with Redis cache (mostly string get, string...
The database insertion is pretty straightforward, and current pool setting is like ``` public bool Pooling { get; init; } = true; public int MinPoolSize { get; init; } =...