if(args!=null&&args.Count>=PhysicalConnection.REDIS_MAX_ARGS)// using >= here because we will be adding 1 for the command itself (which is an arg for the purposes of the multi-bulk protocol)
if(args!=null&&args.Count>=PhysicalConnection.REDIS_MAX_ARGS)// using >= here because we will be adding 1 for the command itself (which is an arg for the purposes of the multi-bulk protocol)