Skip to content

Releases: artemeff/redis

0.1.0-pre.4

28 Feb 11:33
Compare
Choose a tag to compare
  • requires elixir version 0.12.2
  • use macroses for high-level api, thanks to @aidansteele
  • registering default client for high-level api, for use it without client_pid, @aidansteele
  • new elixir send message api
  • new default arguments syntax, thanks to @drouchy

new pub/sub api

24 Aug 21:18
Compare
Choose a tag to compare
  • new pub/sub api
  • fix version

early pub/sub api

17 Jul 09:42
Compare
Choose a tag to compare
  • Early pub/sub implementation
  • Enhance test coverage
  • Add usage as mixin