Sha256: 699a8c251912377cc57f372bde932e8194a5238830cd042b2bfed6833c3a3188

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

module Blendris

  # Define what types are built into blendris models.

  class Model

    type :string, RedisString
    type :integer, RedisInteger
    type :set, RedisSet
    type :list, RedisList
    type :ref, RedisReference
    type :refs, RedisReferenceSet

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blendris-0.6 lib/blendris/types.rb
blendris-0.5 lib/blendris/types.rb
blendris-0.0.4 lib/blendris/types.rb
blendris-0.0.3 lib/blendris/types.rb