// ------------------------------------------------------------------------
public JRedisClient (ConnectionSpec connectionSpec){
// note: using a non shared connection mod
connectionSpec.isReliable(true);
Connection synchConnection = createSynchConnection (connectionSpec, false, RedisVersion.current_revision);
setConnection (synchConnection);
}