Code Monkey home page Code Monkey logo

Comments (5)

cabol avatar cabol commented on August 16, 2024 2

Hey! Yeah, I see it is not mentioned in the migration guide. But the adapter you want to use is Nebulex.Adapters.Partitioned (it replaces the old one Nebulex.Adapters.Dist).

from nebulex.

cabol avatar cabol commented on August 16, 2024 1

Correct, the ttl is in milliseconds.

from nebulex.

bernardo-martinez avatar bernardo-martinez commented on August 16, 2024

ok i will create an MR to the docs once i finish the migration.

On the other hand, also i do not see (and not even searching in the code of previous versions) a reference to what should generation_size be updated to. I see a reference from a comment of yours that leads my to infer it refers to the cache size, so it can be updated to max_size, right?

from nebulex.

cabol avatar cabol commented on August 16, 2024

Right, as you may have seen maybe, the Nebulex.Adapters.Partitioned uses a local backend adapter, which by default is Nebulex.Adapters.Local, so yes, you can configure the max cache size with the option :max_size, you will find it in the docs. A configuration example may look like this:

config :my_app, MyApp.PartitionedCache,
  primary: [
    gc_interval: :timer.hours(12),
    max_size: 1_000_000,
    allocated_memory: 2_000_000_000 # In case you want to set a memory limit too
  ]

Let me know if that helps, stay tuned, thanks!

from nebulex.

bernardo-martinez avatar bernardo-martinez commented on August 16, 2024

Hey, regarding this, the ttl unit option (of set/put) was moved from seconds to miliseconds, right?

from nebulex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.