-
Hi,
We are unable to use ethercalc on aws elasticache due to bgsave being used.
AWS restricts certain commands, which includes bgsave: https://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/C…
-
#### Summary
We should use Redis 7.0 features once 7.0 compatibility is widely available.
#### Why do we need this?
Certain operations can be more efficient this way.
#### What is …
-
Hello,
I am trying to mimic a SOAP server from a third party organization so that we are able to work without depending on the remote server. We do not have access to the remote server source code,…
-
Hi,
Related to #83, I'd like to share how I write Stealth's integration test. Source code can be found here https://github.com/josephktcheung/stealth-integration-test. @luizcarvalho @mgomes please …
-
While it is possible to switch to use Distributed Memory Cache to satisfy IDistributedCache dependency, is there any in-memory replacement for RedLock dependency? Need it for integration tests. Thanks…
khteh updated
2 years ago
-
## Version **3.1.2** of [ioredis-mock](https://github.com/stipsan/ioredis-mock) was just published.
Branch
Build failing 🚨
Dependency
…
-
我这边需求是这样的,比如我一个系统 目前还很小,我这边日常缓存使用caffiene就行,所以cachetype就是local,随着业务增大,对服务进行了负载 这时候我就想缓存使用堆外缓存比如redis, 这时候我要需要把所有的cachetype改为remote 这样会比较麻烦,有没有一个type 根据我配置的缓存是redis还是caffiene 然后注解不用改变就可以切换缓存实现, …
-
## Description
I keep tripping over myself as I'm developing the Kubernetes runtime in the Worker. I would like to find a way to test a lot more of the Worker in CI. The current unit tests don't gi…
-
@yongtang I think we should have this issue just to track and set some definite weekly goals. For this week , since getting the data might be an issue, I think I'll work on:
- [x] Creating a mock-up …
-
ERR unknown command 'script' (Redis::CommandError) tryint to do a Redis.script( :load, @script_file_content )