scoquelin / arugula

Redis client wrapper for Scala built on top of Java lettuce-core library
Apache License 2.0
2 stars 0 forks source link

#12 implement string range and string multi related commands #14

Closed 72squared closed 3 months ago

72squared commented 3 months ago

Adding support for the following string-related commands:

this leaves only the bitwise-related commands and the LCS related command to be implemented for strings.