Lua Script Library
  Public domain Lua scripts for your use or reference.
  
  - 
    hgetsmembers
    
    
      Look up the contents of a Set in a Hash
    
   
  
  - 
    hincrbyex
    
    
      Increment a value in a hash only if it exists
    
   
  
  - 
    hmsetnx
    
    
      Set multiple values of a hash only if the key does not exist
    
   
  
  - 
    incrbyex
    
    
      Increment a value only if it exists
    
   
  
  - 
    ratelimit
    
    
      Simple rate limiter
    
   
  
  - 
    runningavg
    
    
      Keep a running calculation of the average value of a series
    
   
  
  - 
    sismembermulti
    
    
      Check for membership in any number of sets.
    
   
  
  - 
    smemhashes
    
    
      Gets the contents of all the Hashes whose keys are in a Set
    
   
  
  - 
    zpop
    
    
      Removes and returns the top value in a zset, with its score.