Package redis.clients.jedis.commands
Interface ScriptingControlCommands
- All Known Subinterfaces:
GenericControlCommands
- All Known Implementing Classes:
Jedis
public interface ScriptingControlCommands
-
Method Summary
Modifier and TypeMethodDescriptionscriptExists(byte[] sha1) scriptExists(byte[]... sha1) scriptExists(String sha1) scriptExists(String... sha1) scriptFlush(FlushMode flushMode) byte[]scriptLoad(byte[] script) scriptLoad(String script)