Munish Chouhan
Munish Chouhan
There is this method for expiry. but it still only required key and not field
> What's wrong with that? ok you are correct, if i use expiry it does work I will develop it using this
@pditommaso I have added two test failing and success to show why expire with key wont work, because we need to evict the field in a key and not the...
the problem is we are using redis hash, where we have to fields, key and field expirying key does not help our use case
Hash expiration functionality will be available in jedis 5.2.0 https://github.com/redis/jedis/releases/tag/v5.2.0-beta4 and required redis 7.4
Hash expiration functionality has been added, but the jedis dependency is still in beta, once the final version is released. I will make this pr ready for review
Redis v 5.2.0 has been released https://github.com/redis/jedis/releases/tag/v5.2.0 Now this PR needs Redis 7.4 or later
Its prints repo name as 'alpine', which is the base image in Dockerfile i am using as reproducer
after debugging i found that wave is throwing this error for cache repository
ok found the issue, after adding these changes https://github.com/seqeralabs/wave/pull/564 we need to specify repo for docker with docker.io/repo, we cannot specify just repo for docker hub anymore. cc @pditommaso