redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.37k stars 960 forks source link

Add a `evalReadOnly` overload that accepts the script as a `String` #2868

Closed BalmungSan closed 4 months ago

BalmungSan commented 4 months ago

Make sure that:


I am assuming the only reason why this method is missing is just an oversight, please let me know if there is anything else I should have considered.


Related to #1987