spring-projects / spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

Enable eval & evalsha in jedis pipeline & transaction. #2988

Closed ivan-kripakov-m10 closed 2 months ago

ivan-kripakov-m10 commented 2 months ago
pivotal-cla commented 2 months ago

@ivan-kripakov-m10 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 2 months ago

@ivan-kripakov-m10 Thank you for signing the Contributor License Agreement!

ivan-kripakov-m10 commented 2 months ago

source issues: https://github.com/spring-projects/spring-data-redis/issues/1989, https://github.com/spring-projects/spring-data-redis/issues/1455

mp911de commented 2 months ago

Thank you for your contribution. That's merged, polished, and backported now.