61626364656667
/** * @param connectionSpec */ public JRedisPipeline (ConnectionSpec connectionSpec) { // note: using a non shared connection mod connection = new AsyncPipelineConnection(connectionSpec); }