lib/redis_cluster/errors.rb in redis_cluster-0.2.8 vs lib/redis_cluster/errors.rb in redis_cluster-0.2.9
- old
+ new
@@ -1,5 +1,7 @@
module RedisCluster
-
NotSupportError = Class.new StandardError
+ KeysNotAtSameSlotError = Class.new StandardError
+
+ KeyNotAppointError = Class.new StandardError
end