Sha256: b27ff675c62c7935845b3e79f05482ddcf28f48304a04af37ab2f6f1224cb81d
Contents?: true
Size: 160 Bytes
Versions: 30
Compression:
Stored size: 160 Bytes
Contents
class Redis class Pipeline attr :commands def initialize @commands = [] end def call(*args) @commands << args end end end
Version data entries
30 entries across 30 versions & 3 rubygems