Git Product home page Git Product logo

Comments (6)

artemeff avatar artemeff commented on May 24, 2024

@davidmoshal what version do you use? @kwojtaszek fixed it in master branch.

from redis.

kwojtaszek avatar kwojtaszek commented on May 24, 2024

@davidmoshal I can confirm that current master branch works correctly with exredis, so either use master branch or wait for exredis release

from redis.

davidmoshal avatar davidmoshal commented on May 24, 2024

@artemeff Yuri: I'm just running mix deps.get
From the Exredis.Mixfile it looks like version 0.2.0:

defmodule Exredis.Mixfile do
  use Mix.Project

  def project do
    [ app: :exredis,
      version: "0.2.0",
      elixir: "~> 1.0.0",
      name: "exredis",
      source_url: "https://github.com/artemeff/exredis",
      homepage_url: "http://artemeff.github.io/exredis",
      deps: deps,
      package: package,
      description: "Redis client for Elixir",
      docs: [readme: true, main: "README.md"] ]
  end

  # Configuration for the OTP application
  def application do
    [applications: [:eredis]]
  end

  # Dependencies
  defp deps do
    [{:eredis,  ">= 1.0.8"}]
  end

  defp package do
    [
      contributors: ["Yuri Artemev", "Joakim Kolsjö", "lastcanal", "Aidan Steele",
        "Andrea Leopardi", "Ismael Abreu", "David Rouchy", "David Copeland",
        "Psi", "Andrew Forward", "Sean Stavropoulos"],
      licenses: ["MIT"],
      links: %{"GitHub" => "https://github.com/artemeff/exredis"}
    ]
  end
end

from redis.

davidmoshal avatar davidmoshal commented on May 24, 2024

@kwojtaszek Is there a way to specify master branch with Mix?
Or, do I manually download Exredis master branch and copy it to deps directory?
Thanks
Dave
ps: am new to Elixir, trying it out on existing app which uses Redis pubsub to route json messages between NodeJS and Groovy applications.

from redis.

artemeff avatar artemeff commented on May 24, 2024

@davidmoshal yup.

defp deps do
  [{:exredis, github: "artemeff/exredis"}]
end

from redis.

davidmoshal avatar davidmoshal commented on May 24, 2024

Thanks, works for me.
Great dependency management system.

from redis.

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.