Class: Seabright::Storage::AWS

Inherits:
Object
  • Object
show all
Defined in:
lib/redis_object/storage/aws.rb

Instance Method Summary collapse

Constructor Details

#initialize(config = {}) ⇒ AWS

Returns a new instance of AWS.



6
7
8
9
# File 'lib/redis_object/storage/aws.rb', line 6

def initialize(config={})
  Log.debug "Got config: '#{config.inspect}'"
  @config = config
end

Instance Method Details

#configure(conf) ⇒ Object



11
12
13
14
# File 'lib/redis_object/storage/aws.rb', line 11

def configure(conf)
  @config = conf
  reset
end

#delObject



24
25
26
# File 'lib/redis_object/storage/aws.rb', line 24

def del
  
end

#existsObject



36
37
38
# File 'lib/redis_object/storage/aws.rb', line 36

def exists
  
end

#hgetObject



40
41
42
# File 'lib/redis_object/storage/aws.rb', line 40

def hget
  
end

#hsetObject



44
45
46
# File 'lib/redis_object/storage/aws.rb', line 44

def hset
  
end

#saddObject



20
21
22
# File 'lib/redis_object/storage/aws.rb', line 20

def sadd
  
end

#setObject



16
17
18
# File 'lib/redis_object/storage/aws.rb', line 16

def set
  
end

#smembersObject



32
33
34
# File 'lib/redis_object/storage/aws.rb', line 32

def smembers
  
end

#sremObject



28
29
30
# File 'lib/redis_object/storage/aws.rb', line 28

def srem
  
end