ywadi / respress

A RESP 'Redis Serialization Protocol' library implementation to generate a server, uses a similar approach to express to define you serer, making it easy and fast.
MIT License
10 stars 0 forks source link

Jedis #1

Open BasToTheMax opened 2 years ago

BasToTheMax commented 2 years ago

Does this server work with the Jedis client? (Java Redis Client)

ywadi commented 2 years ago

It should

BasToTheMax commented 1 year ago

Does the library have pipelining support (multiple queries in a single tcp request)