daurnimator / lredis

A redis client for lua
MIT License
42 stars 7 forks source link

Add support for Redis Streams #6

Open gkorland opened 6 years ago

gkorland commented 6 years ago

Add support for XADD / XREAD / XRANGE / XREVRANGE / XLEN ... operations

daurnimator commented 6 years ago

As far as I can see, the stream commands don't have any special behaviour that needs handling. https://redis.io/commands#stream

-> You should be able to use them already with no issue.