Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 511 Bytes

ROADMAP.md

File metadata and controls

11 lines (10 loc) · 511 Bytes

Roadmap

  • Add to RubyGems
  • Remove ActiveSupport dependency
  • Add documentation (use yard)
  • Add support for Redis authentication (or simply remove config by params and only accept a connection?)
  • Implement lazy enumerators (see Hash for instance)
  • Improve lib configuration (use Configuration class, allow multiple instances)
  • Use hashes for optional parameters (f.i. see Mutex::initialize)
  • Add support for latest Redis commands (f.i. Geospatial commands)
  • Make Mutex blocking as well as non-blocking