vapor / redis

Vapor provider for RediStack
MIT License
458 stars 57 forks source link

Redis Lists commands #192

Closed Arash-sad closed 2 years ago

Arash-sad commented 2 years ago

I'm working on a Vapor project. Is there any way to access Redis Lists commands such as LPUSH, RPUSH and LTRIM through this library?

Mordil commented 2 years ago

Yes, there are methods on RedisClient types that provide these commands.

Please refer to the project’s documentation.