pelikan-io / pelikan

Pelikan is a framework for building local or distributed caches. It comes with a highly extensible architecture, best-in-class performance, and superb operational ergonomics. You can use it to replace most of Memcached or a subset of Redis features.
https://pelikan.io
Apache License 2.0
227 stars 19 forks source link

feat: provide access to resp string message content #92

Closed brayniac closed 1 year ago

brayniac commented 1 year ago

Provides access to the contents of bulk and simple string messgaes.

Adds re-export of Compose and Parse traits for convenience.