rediscala icon indicating copy to clipboard operation
rediscala copied to clipboard

Rediscala v2.0 roadmap

Open etaty opened this issue 6 years ago • 0 comments

Roadmap for Rediscala v2.0

  • [ ] split the code in module (core, protocol, commands, backends, cluster, ?)

    • [ ] publish command jars depending on Redis version?
  • [ ] support multiple backends

    • [ ] akka (akka-io) (what Rediscala v1 is using) (we could use the typed actors?)
    • [ ] Blaze
    • [ ] Colossus ?
    • [ ] scalajs (with a npm library) / scalanative (with Hiredis)?
  • [ ] Review and improve Redis cluster.

  • [ ] Add missing Redis commands

  • [ ] automate the release process (snapshot, and tagged versions)

  • [ ] generate a doc website (with github pages)

  • [ ] https://www.scala-exercises.org/

This is open to feedback and suggestions.

etaty avatar Feb 13 '19 08:02 etaty