yiisoft / yii2-redis

Yii 2 Redis extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
452 stars 183 forks source link

Redis 5.0 stream command allowed #210

Closed sartor closed 4 years ago

sartor commented 4 years ago
Q A
Is bugfix? no
New feature? yes
Breaks BC? not sure
Tests pass? yes

This PR adds new Redis 5.0 stream commands. I have copied commands description from official documentation with minimal editing. Class annotations also updated for new commands

samdark commented 4 years ago

Thank you!