lib/google/cloud/redis.rb in google-cloud-redis-1.1.1 vs lib/google/cloud/redis.rb in google-cloud-redis-1.1.2

- old
+ new

@@ -100,11 +100,11 @@ # The library name as recorded in instrumentation and logging. # * `lib_version` (*type:* `String`) - # The library version as recorded in instrumentation and logging. # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) - # An array of interceptors that are run before calls are executed. - # * `timeout` (*type:* `Integer`) - - # Default timeout in milliseconds. + # * `timeout` (*type:* `Numeric`) - + # Default timeout in seconds. # * `metadata` (*type:* `Hash{Symbol=>String}`) - # Additional gRPC headers to be sent with the call. # * `retry_policy` (*type:* `Hash`) - # The retry policy. The value is a hash with the following keys: # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.