Antonio Muñoz

Results 35 issues of 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...

help wanted
question

Implement the set of command for geospatial indexes

enhancement

So, it has to save the access time to every key, and also has a process to remove key by this field.

enhancement

Have the ability to support sentinel commands and implements (maybe partially) its functionality.

In RDB serialization implements these to formats

enhancement

[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); } ```

enhancement

a possible method is ```java static ZIO fork(ZIO value); ``` so the definition of a Fiber is a ZIO of a ZIO?

enhancement