DATAREDIS-932 - Fix typo in exception message.
This commit is contained in:
@@ -350,7 +350,7 @@ public class JedisClusterConnection implements DefaultedRedisClusterConnection {
|
||||
*/
|
||||
@Override
|
||||
public void multi() {
|
||||
throw new InvalidDataAccessApiUsageException("MUTLI is currently not supported in cluster mode.");
|
||||
throw new InvalidDataAccessApiUsageException("MULTI is currently not supported in cluster mode.");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user