con_cache

ets based key/value cache with row level isolated writes and ttl support (by sasa1977)

Con_cache Alternatives

Similar projects and alternatives to con_cache

  1. cachex

    5 con_cache VS cachex

    A powerful caching library for Elixir with support for transactions, fallbacks and expirations

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Nebulex

    4 con_cache VS Nebulex

    In-memory and distributed caching toolkit for Elixir.

  4. stash

    A small and user-friendly ETS wrapper for caching in Elixir (by whitfin)

  5. lru_cache

    ETS-based fix-sized LRU cache for elixir

  6. Mem

    0 con_cache VS Mem

    KV cache with TTL, Replacement and Persistence support (by falood)

  7. Haphazard

    A configurable plug for caching

  8. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  9. quantum

    3 con_cache VS quantum

    :watch: Cron-like job scheduler for Elixir

  10. tictac

    3 con_cache VS tictac

    Demonstration of building a clustered, distributed, multi-player, turn-based game server written in Elixir.

  11. jc

    0 con_cache VS jc

    Erlang, in-memory distributable cache (by jr0senblum)

  12. locker

    0 con_cache VS locker

    Discontinued Atomic distributed "check and set" for short-lived keys

  13. gen_spoxy

    Discontinued **DEPRECATED** caching made fun!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better con_cache alternative or higher similarity.

con_cache discussion

Log in or Post with

con_cache reviews and mentions

Posts with mentions or reviews of con_cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Should I use ETS or a GenServer when I just need a K/V store
    3 projects | /r/elixir | 10 May 2022
    There's also ConCache or Cachex which will handle the clunky ETS interface for you.
  • Elixir: Practical Concurrency Cookbook
    2 projects | dev.to | 1 Apr 2021
    However, while Elixir does provide the necessary abstractions to make caching easy, my recommendation on this one is usually to lean on the community's shoulders. Saša Jurić, for example, wrote a while back ConCache which does exactly this, but there are many others out there. The good thing about not implementing one it's own is that there are many edge cases when dealing with concurrency and it's easy to get it wrong the first few times. As they say, the two hardest problems in computer science are naming and caching.

Stats

Basic con_cache repo stats
2
917
5.6
19 days ago

sasa1977/con_cache is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of con_cache is Elixir.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Elixir is
the 24th most popular programming language
based on number of references?