sessionm-cassandra_object 2.5.7 → 2.5.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -106,7 +106,7 @@ module CassandraObject
|
|
106
106
|
|
107
107
|
@@ranged_connection_pool_key_algo = nil
|
108
108
|
def self.ranged_connection_pool_key_algo
|
109
|
-
@@ranged_connection_pool_key_algo ||= Proc.new { |key| Digest::MD5.hexdigest key }
|
109
|
+
@@ranged_connection_pool_key_algo ||= Proc.new { |key| Digest::MD5.hexdigest key.to_s }
|
110
110
|
end
|
111
111
|
|
112
112
|
def self.create_ranged_connection_pool(async)
|