Giter VIP home page Giter VIP logo

raditz's Introduction

Raditz

Pooled Redis client for Elixir based on Redix.

Quick Start

defmodule Redis do
  use Raditz, url: "redis://localhost"
end

Dynamic configuration:

defmodule Redis do
  use Raditz

  @impl Raditz
  def configure, do: [url: System.get_env("REDIS_URL")]
end

"""

Experimental Pools

PoolGuy

A fast randomly distributed connection pool. Optimized for speed gaining larger advantages at greater pool sizes. Starts out 20% faster than PoolBoy, but at a pool size of 10 grows to be 500% faster. At 50 it reached 900% leading to speeds of 10x times that of PoolBoy.

PoolMan

A relatively fast round-robin distributed connection pool.

This pool is slower than PoolGuy, but offers a more controller round-robin approach to balancing the load.

Optimized for speed gaining larger advantages at greater pool sizes. Starts out 20% faster than PoolBoy, but at a pool size of 10 grows to be 200% faster. At 50 it reached 700% leading to speeds of 8x times that of PoolBoy.

Installation

The package can be installed by adding raditz to your list of dependencies in mix.exs:

def deps do
  [
    {:raditz, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/raditz.

raditz's People

Contributors

ianluites avatar vanillahsu avatar

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.