Antonio Muñoz
Antonio Muñoz
If you are using claudb, It would be awesome if you tell me how you are using it. - Environment: testing or production - Purpose: cache, redis integration tests, realtime...
So, it has to save the access time to every key, and also has a process to remove key by this field.
Have the ability to support sentinel commands and implements (maybe partially) its functionality.
[ZLayer](https://zio.dev/docs/howto/howto_use_layers) It seems that is samething that receives an environment and the result is other enviroment ```java public interface ZLayer { Either provide(R input); } ```
a possible method is ```java static ZIO fork(ZIO value); ``` so the definition of a Fiber is a ZIO of a ZIO?