Uses of Interface
org.redisson.api.RScriptAsync
-
Packages that use RScriptAsync Package Description org.redisson org.redisson.api -
-
Uses of RScriptAsync in org.redisson
Classes in org.redisson that implement RScriptAsync Modifier and Type Class Description class
RedissonScript
Methods in org.redisson that return RScriptAsync Modifier and Type Method Description RScriptAsync
RedissonBatch. getScript()
-
Uses of RScriptAsync in org.redisson.api
Subinterfaces of RScriptAsync in org.redisson.api Modifier and Type Interface Description interface
RScript
Interface for Redis Script featureMethods in org.redisson.api that return RScriptAsync Modifier and Type Method Description RScriptAsync
RBatch. getScript()
Returns script operations object
-