Creates a new bitmap.
17 18 19
# File 'lib/redis/bitops.rb', line 17 def bitmap(key) Bitops::Bitmap.new(key, self) end