Search code examples
redisbooksleeve

How can i send random commands to redis?


I am using redis via booksleeve on c#/.NET

Lets say i want to send an unimplemented command like SCRIPT FLUSH or EVAL. How do i do so with booksleeve? Also i'm not sure if echo is implemented so using that as an example would be cool.


Solution

  • Flush is there - try under .Server (from memory - not near a PC). For the others - there is no "run custom command" API, but I have contributions in my inbox (waiting to be merged) that add these. They might even be attachments in the issue list (I honestly can't remember). Or wait a few days.