Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Mosquito::Scripts
Constants
SCRIPTS = {:remove_matching_key => " if redis.call(\"get\",
KEYS
[1]) ==
ARGV
[1] then\n return redis.call(\"del\",
KEYS
[1])\n else\n return 0\n end"}
Class methods
load
(connection)
Source
remove_matching_key
Source