Omar
Omar
I'm migrating from Jedis and hitting this issue as well. Jedis [supports byte[]/String methods out of the box](https://github.com/xetorthio/jedis/wiki/AdvancedUsage#a-note-about-string-and-binary---what-is-native) (edit: on the same connection), but for Lettuce, I'm planning to use...
Closing outdated PR :sparkles:
I'm migrating a project from `go` to `rust` which is supposed to fetch and checkout a single commit sha for a CI build. Originally, I thought it would work after...