Classes: Clock, Error
54 55 56
# File 'lib/valkey/objects.rb', line 54 def self.[] k Clock.new(k) end
51 52 53
# File 'lib/valkey/objects.rb', line 51 def self.now Time.now.utc end