Carlos Andres Bolaños R.A.

Results 60 comments of Carlos Andres Bolaños R.A.

Ok, some thoughts and doubts: > `generation_max_time`(may be implemented later): If the newest generation exceed this time limit, then a new generation will be created. No default value. What is...

Ok, that makes sense, but I'd rename `:generation_max_time` to `:generation_start_timeout`, to make it even clearer (indicating,g this is the time, in milliseconds, that the GC waits before starting/creating a new...

> I am currently on vacation until next weekend, and then I'll implement this new strategy and make a PR. Sure, no rush, take your time, thank you very much...

@dongfuye whenever you have some time check this out: https://github.com/nebulex-project/nebulex_local. It is the new local adapter for Nebulex v3, and I think it covers what we have discussed here. Let...

Hey! Yeah, the documentation doesn't mention it, but the distributed adapters rely on "Distributed Erlang/Elixir" and they need the cluster properly set up to work correctly. And yeah, `libcluster` is...

Looks interesting. Not sure if something similar can be achieved using the [caching decorators](https://hexdocs.pm/nebulex/Nebulex.Caching.Decorators.html#module-putting-all-together). I'll definitely take a look at it. Thanks!

@hissssst Sure, that would be helpful. At least we can have an initial idea. Also, I'm considering this but for Nebulex V3.

> I think I see the issue. When encoding binary data is sent to redis unchanged. When decoding binary data is run through bin to term. This results in binary...

Unfortunately, that's not supported at the moment. But I think what you proposed of being able to bypass the encoding somehow would be nice to have (or even support passing...

Ok, right, so yeah, having an option to bypass the encoding would be handy here. I'll definitely review it, especially now that Nebulex v3 is coming out, it would be...